ListGlossaryEntriesResponse constructor
ListGlossaryEntriesResponse({
- List<
GlossaryEntry> ? glossaryEntries, - String? nextPageToken,
Implementation
ListGlossaryEntriesResponse({
this.glossaryEntries,
this.nextPageToken,
});