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, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "speak"
String get speak => getPropertyValue('speak');
Sets the value of "speak"
set speak(String value) {
setProperty('speak', value, '');
}