BookmarkTag constructor

BookmarkTag(
  1. String name,
  2. int count
)

Implementation

BookmarkTag(this.name, this.count);