IndexedAudioSource constructor

IndexedAudioSource({
  1. dynamic tag,
  2. Duration? duration,
})

Implementation

IndexedAudioSource({this.tag, this.duration});