speakAs property
String
get
speakAs
Implementation
String get speakAs => js_util.getProperty(this, 'speakAs');
set
speakAs
(String newValue)
Implementation
set speakAs(String newValue) {
js_util.setProperty(this, 'speakAs', newValue);
}