StaticMute.fromJson constructor

StaticMute.fromJson(
  1. Map json_
)

Implementation

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