WebHistoryItem constructor

WebHistoryItem({
  1. int? entryId,
  2. int? index,
  3. int? offset,
  4. WebUri? originalUrl,
  5. String? title,
  6. WebUri? url,
})

Implementation

WebHistoryItem({
  this.entryId,
  this.index,
  this.offset,
  this.originalUrl,
  this.title,
  this.url,
});