MediaErrorEvent constructor

const MediaErrorEvent({
  1. String? errorCode,
  2. String? errorName,
  3. String? errorDescription,
})

Implementation

const MediaErrorEvent(
    {this.errorCode, this.errorName, this.errorDescription});