IndexedAudioSourceMessage constructor

IndexedAudioSourceMessage({
  1. required String id,
  2. dynamic tag,
})

Implementation

IndexedAudioSourceMessage({required super.id, this.tag});