MediaEvent constructor

const MediaEvent(
  1. MediaActionType type, {
  2. String? customEventId,
  3. double? seekToPositionSeconds,
  4. double? skipIntervalSeconds,
})

Implementation

const MediaEvent(this.type,
    {this.customEventId,
    this.seekToPositionSeconds,
    this.skipIntervalSeconds});