password property

String get password

Implementation

String get password => js_util.getProperty(this, 'password');
set password (String newValue)

Implementation

set password(String newValue) {
  js_util.setProperty(this, 'password', newValue);
}