History constructor

History({
  1. required List<HistoryItem> history,
})

Implementation

History({required this.history});