WafExpressionSetExpression.fromJson constructor
WafExpressionSetExpression.fromJson(
- Map json_
Implementation
WafExpressionSetExpression.fromJson(core.Map json_)
: this(
id: json_['id'] as core.String?,
sensitivity: json_['sensitivity'] as core.int?,
);