text property
The text property of the
SpeechSynthesisUtterance interface gets and sets the text that will be
synthesized when the utterance is spoken.
The text may be provided as plain text, or a well-formed SSML document. The SSML tags will be stripped away by devices that don't support SSML.
Implementation
external String get text;
Implementation
external set text(String value);