GoogleFirebaseExtensionsV1betaResourceInfo.fromJson constructor
GoogleFirebaseExtensionsV1betaResourceInfo.fromJson(
- Map _json
Implementation
GoogleFirebaseExtensionsV1betaResourceInfo.fromJson(core.Map _json)
: this(
resourceType: _json.containsKey('resourceType')
? _json['resourceType'] as core.String
: null,
);