BookmarkDetailResult constructor

BookmarkDetailResult(
  1. bool isBookmarked,
  2. List<String> tags,
  3. String restrict
)

Implementation

BookmarkDetailResult(this.isBookmarked, this.tags, this.restrict);