PlayerContext constructor

PlayerContext(
  1. String title,
  2. String subtitle,
  3. String type,
  4. String uri,
)

Implementation

PlayerContext(this.title, this.subtitle, this.type, this.uri);