BinaryAuthorization.fromJson constructor
BinaryAuthorization.fromJson(
- Map json_
Implementation
BinaryAuthorization.fromJson(core.Map json_)
: this(
enabled: json_['enabled'] as core.bool?,
evaluationMode: json_['evaluationMode'] as core.String?,
);