DurationChangeEvent constructor
DurationChangeEvent({
- required double duration,
Implementation
DurationChangeEvent({required this.duration}) : super(type: PlayerEventTypes.DURATIONCHANGE);