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,
);