MuteDuration constructor

MuteDuration({
  1. PreciseDateTime? until,
  2. bool? forever,
})

Implementation

MuteDuration({this.until, this.forever});