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