toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (histories != null)
'histories': histories!.map((value) => value.toJson()).toList(),
if (nextPageToken != null) 'nextPageToken': nextPageToken!,
};