speak property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

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, '');
}