speak property
Gets the value of "speak"
Implementation
String get speak => getPropertyValue('speak');
Sets the value of "speak"
Implementation
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, '');
}