ListNoteOccurrencesResponse constructor
ListNoteOccurrencesResponse({
- String? nextPageToken,
- List<
Occurrence> ? occurrences,
Implementation
ListNoteOccurrencesResponse({
this.nextPageToken,
this.occurrences,
});