displayAsPassword property

bool displayAsPassword

Implementation

bool get displayAsPassword => _displayAsPassword;
void displayAsPassword=(bool value)

Implementation

set displayAsPassword(bool value) {
  _displayAsPassword = value;
  _refreshPending |= 3;
}