Bookmark constructor

Bookmark({
  1. String? datetime,
  2. int? id,
  3. int? plurkId,
  4. String? referenceType,
  5. List<String>? tags,
})

Implementation

Bookmark(
    {this.datetime, this.id, this.plurkId, this.referenceType, this.tags});