GoogleFirestoreAdminV1CollectionGroupScope.fromJson constructor
GoogleFirestoreAdminV1CollectionGroupScope.fromJson(
- Map json_
Implementation
GoogleFirestoreAdminV1CollectionGroupScope.fromJson(core.Map json_)
: this(collectionGroupId: json_['collectionGroupId'] as core.String?);