GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig.fromJson constructor
GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig.fromJson(
- Map _json
Implementation
GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig.fromJson(core.Map _json)
: this(
name: _json.containsKey('name') ? _json['name'] as core.String : null,
siteKey: _json.containsKey('siteKey')
? _json['siteKey'] as core.String
: null,
tokenTtl: _json.containsKey('tokenTtl')
? _json['tokenTtl'] as core.String
: null,
);