password property

String password

Implementation

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

Implementation

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