Timescale constructor

Timescale({
  1. double? speed,
  2. double? pitch,
  3. double? rate,
})

Implementation

Timescale({
  this.speed,
  this.pitch,
  this.rate,
});