WebHistory constructor

WebHistory({
  1. int? currentIndex,
  2. List<WebHistoryItem>? list,
})

Implementation

WebHistory({this.currentIndex, this.list});