TauTrack constructor

TauTrack({
  1. String title = 'A sound from Flutter Sound',
  2. String author = 'τ',
  3. String? albumArtURL,
  4. String? albumArtAsset,
  5. String? albumArtFile,
})

Implementation

/* ctor */ TauTrack(
    {this.title = 'A sound from Flutter Sound',
    this.author = 'τ',
    this.albumArtURL,
    this.albumArtAsset,
    this.albumArtFile});