BookmarkLink constructor

BookmarkLink({
  1. String? id,
  2. String? tabId,
})

Implementation

BookmarkLink({
  this.id,
  this.tabId,
});