populateBookmarksFlag property

bool populateBookmarksFlag

Get whether or not bookmarks have been populated.

Implementation

bool get populateBookmarksFlag {
  return _preferences.get('populate_bookmarks', defaultValue: false);
}