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