speak property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getspeak
Gets the value of "speak"
Implementation
String get speak => getPropertyValue('speak');
setspeak (String value)
Sets the value of "speak"
Implementation
set speak(String value) {
setProperty('speak', value, '');
}