ListCustomListsResponse constructor

ListCustomListsResponse({
  1. List<CustomList>? customLists,
  2. String? nextPageToken,
})

Implementation

ListCustomListsResponse({this.customLists, this.nextPageToken});