RequestSong constructor

RequestSong({
  1. required String url,
  2. String? tag,
  3. double pan = 0,
  4. double pitch = 0,
  5. double speed = 1.0,
  6. double duration = 0,
})

Implementation

RequestSong({required this.url,this.tag,this.pan = 0,this.pitch=0,this.speed=1.0,this.duration = 0});