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