History constructor
History({
- required List<
HistoryEvent> events, - String? nextPageToken,
Implementation
History({
required this.events,
this.nextPageToken,
});