AudioSource.uri constructor

const AudioSource.uri(
  1. Uri uri, {
  2. String? title,
  3. String? artist,
  4. Duration? duration,
})

Implementation

const AudioSource.uri(
  this.uri, {
  this.title,
  this.artist,
  this.duration,
});