password property

Int8List? get password

Implementation

Int8List? get password => this._password;
set password (Int8List? password)

Implementation

set password(Int8List? password) {
  this._password = password;
}