SpeechRateValidRange constructor

SpeechRateValidRange(
  1. double min,
  2. double normal,
  3. double max,
  4. TextToSpeechPlatform platform,
)

Implementation

SpeechRateValidRange(this.min, this.normal, this.max, this.platform);