DynamicMuteRecord.fromJson constructor

DynamicMuteRecord.fromJson(
  1. Map json_
)

Implementation

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