SoundElem constructor

SoundElem({
  1. String? uuid,
  2. String? soundPath,
  3. String? sourceUrl,
  4. int? dataSize,
  5. int? duration,
})

Implementation

SoundElem(
    {this.uuid,
    this.soundPath,
    this.sourceUrl,
    this.dataSize,
    this.duration});