BookmarkCollection constructor

BookmarkCollection({
  1. List<Bookmark>? items = const [],
})

Returns a new BookmarkCollection instance.

Implementation

BookmarkCollection({
  this.items = const [],
});