SecurityPolicyRecaptchaOptionsConfig.fromJson constructor
      
      SecurityPolicyRecaptchaOptionsConfig.fromJson(
    
    
- Map json_
Implementation
SecurityPolicyRecaptchaOptionsConfig.fromJson(core.Map json_)
    : this(
        redirectSiteKey: json_['redirectSiteKey'] as core.String?,
      );