获取 "speak" 的值
String get speak => getPropertyValue('speak');
设置 "speak" 的值
set speak(String value) { setProperty('speak', value, ''); }