forEvent static method

Bookmarker forEvent(
  1. String id
)

Implementation

static Bookmarker forEvent(String id) =>
    (type: BookmarkType.events, id: id);