charIndex property
      
      int
      get
      charIndex
      
    
    
The charIndex read-only property of the SpeechSynthesisUtterance
interface returns the index position of the character in
SpeechSynthesisUtterance.text that was being spoken when the event was
triggered.
Implementation
external int get charIndex;