StaticMute.fromJson constructor
StaticMute.fromJson(
- Map json_
Implementation
StaticMute.fromJson(core.Map json_)
: this(
applyTime: json_['applyTime'] as core.String?,
state: json_['state'] as core.String?,
);