charLength property
      
      int
      get
      charLength
      
    
    
The read-only charLength property of the SpeechSynthesisEvent
interface returns the number of characters left to be spoken after the
character at the SpeechSynthesisEvent.charIndex position.
If the speech engine can't determine it, it returns 0.
Implementation
external int get charLength;