password property

Preference get password

Implementation

b.Preference get password {
  _password ??= b.Preference();
  return _password!;
}