BetterAudioPickerPluginAudioModel constructor

BetterAudioPickerPluginAudioModel(
  1. String name,
  2. String uri,
  3. int date,
  4. int duration,
  5. int size,
)

Implementation

BetterAudioPickerPluginAudioModel(this.name, this.uri, this.date, this.duration, this.size);