SecurityPolicyRuleRedirectOptions.fromJson constructor

SecurityPolicyRuleRedirectOptions.fromJson(
  1. Map json_
)

Implementation

SecurityPolicyRuleRedirectOptions.fromJson(core.Map json_)
  : this(
      target: json_['target'] as core.String?,
      type: json_['type'] as core.String?,
    );