MediaInfo constructor

const MediaInfo(
  1. int duration,
  2. String source
)

Implementation

const MediaInfo(this.duration, this.source);