DynamicMuteRecord.fromJson constructor
DynamicMuteRecord.fromJson(
- Map json_
Implementation
DynamicMuteRecord.fromJson(core.Map json_)
: this(
matchTime: json_['matchTime'] as core.String?,
muteConfig: json_['muteConfig'] as core.String?,
);