GoogleFirestoreAdminV1SearchGeoSpec.fromJson constructor
GoogleFirestoreAdminV1SearchGeoSpec.fromJson(
- Map json_
Implementation
GoogleFirestoreAdminV1SearchGeoSpec.fromJson(core.Map json_)
: this(
geoJsonIndexingDisabled: json_['geoJsonIndexingDisabled'] as core.bool?,
);