ListCustomListsResponse constructor
ListCustomListsResponse({
- List<
CustomList> ? customLists, - String? nextPageToken,
Implementation
ListCustomListsResponse({
this.customLists,
this.nextPageToken,
});