AudioData constructor

AudioData({
  1. required dynamic audioBuffer,
})

Implementation

AudioData({required this.audioBuffer});