forTask static method

Bookmarker forTask(
  1. String id
)

Implementation

static Bookmarker forTask(String id) =>
    (type: BookmarkType.tasks, id: id);