MutedSegment constructor

MutedSegment({
  1. int? duration,
  2. int? offset,
})

Implementation

MutedSegment({
  this.duration,
  this.offset,
});