LookupHistoryResponse constructor

LookupHistoryResponse({
  1. List<HourInfo>? hoursInfo,
  2. String? nextPageToken,
  3. String? regionCode,
})

Implementation

LookupHistoryResponse({this.hoursInfo, this.nextPageToken, this.regionCode});