username property

Int8List? get username

Implementation

Int8List? get username => this._username;
set username (Int8List? username)

Implementation

set username(Int8List? username) {
  this._username = username;
}