ListCollectionsResponse constructor

ListCollectionsResponse({
  1. String? nextPageToken,
  2. List<Collection>? resources,
})

Implementation

ListCollectionsResponse({this.nextPageToken, this.resources});