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