GoogleFirestoreAdminV1ExportDocumentsResponse.fromJson constructor
- Map _json
Implementation
GoogleFirestoreAdminV1ExportDocumentsResponse.fromJson(core.Map _json) {
if (_json.containsKey("outputUriPrefix")) {
outputUriPrefix = _json["outputUriPrefix"];
}
}