DurationChangeEvent constructor

DurationChangeEvent({
  1. required double duration,
})

Implementation

DurationChangeEvent({required this.duration}) : super(type: PlayerEventTypes.DURATIONCHANGE);