Gets the value of "text-security"
String get textSecurity => getPropertyValue('text-security');
Sets the value of "text-security"
set textSecurity(String value) { setProperty('text-security', value, ''); }