speak property

String speak

Gets the value of "speak"

Implementation

String get speak => getPropertyValue('speak');
void speak= (String value)

Sets the value of "speak"

Implementation

set speak(String value) {
  setProperty('speak', value, '');
}