WebHistory constructor

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

Implementation

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