password property

void password= (String value)

Sets the password.

Implementation

set password(String value) {
  _data[keyPassword] = value;
}