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