ListHistoryResponse constructor

ListHistoryResponse({
  1. List<History>? history,
  2. String? historyId,
  3. String? nextPageToken,
})

Implementation

ListHistoryResponse({this.history, this.historyId, this.nextPageToken});