password property

String get password

Implementation

_i2.String get password => _i4.getProperty(
      this,
      'password',
    );
set password (String value)

Implementation

set password(_i2.String value) {
  _i4.setProperty(
    this,
    'password',
    value,
  );
}