populateBookmarksFlag property
Get whether or not bookmarks have been populated.
Implementation
bool get populateBookmarksFlag {
return _preferences.get('populate_bookmarks', defaultValue: false);
}
Get whether or not bookmarks have been populated.
bool get populateBookmarksFlag {
return _preferences.get('populate_bookmarks', defaultValue: false);
}