WebHistoryItem constructor

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

Implementation

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