ListCollectionIdsResponse constructor

ListCollectionIdsResponse({
  1. List<String> collectionIds = const [],
  2. String nextPageToken = '',
})

Implementation

ListCollectionIdsResponse({
  this.collectionIds = const [],
  this.nextPageToken = '',
}) : super(fullyQualifiedName);