SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.fromJson constructor
SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.fromJson(
- Map json_
Implementation
SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions.fromJson(core.Map json_)
: this(
actionTokenSiteKeys:
(json_['actionTokenSiteKeys'] as core.List?)
?.map((value) => value as core.String)
.toList(),
sessionTokenSiteKeys:
(json_['sessionTokenSiteKeys'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);