MediaEvent constructor

const MediaEvent(
  1. int error,
  2. String category,
  3. String detail
)

Implementation

const MediaEvent(this.error, this.category, this.detail);