Gets the value of "speak"
Source
String get speak => getPropertyValue('speak');
Sets the value of "speak"
Source
set speak(String value) { setProperty('speak', value, ''); }
Gets the value of "speak"
String get speak => getPropertyValue('speak');
Sets the value of "speak"
set speak(String value) { setProperty('speak', value, ''); }