password property
bool
get
password
If the input value should be hidden. Defaults to false.
Implementation
_i2.bool get password => _i5.getProperty(
this,
'password',
);
set
password
(bool value)
Implementation
set password(_i2.bool value) {
_i5.setProperty(
this,
'password',
value,
);
}