GoogleFirestoreAdminV1CollectionGroupScope.fromJson constructor

GoogleFirestoreAdminV1CollectionGroupScope.fromJson(
  1. Map json_
)

Implementation

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