StaticMute constructor

StaticMute({
  1. String? applyTime,
  2. String? state,
})

Implementation

StaticMute({this.applyTime, this.state});