bookmarks property
A map of color codes to lists of BookmarkModels.
The keys of the map are the color codes of the bookmarks, and the values are lists of BookmarkModels that have that color code.
The bookmarks map is used to store the bookmarks of the user.
Implementation
final Map<int, List<BookmarkModel>> bookmarks = {};