instance property

BookmarksCtrl get instance

The singleton instance of BookmarksCtrl.

This is the instance that is created and used by the app.

It is a singleton because it is the only instance of the BookmarksCtrl and is used everywhere in the app.

Implementation

static BookmarksCtrl get instance =>
    GetInstance().putOrFind(() => BookmarksCtrl());