String? get username => _$this._username;
set username(covariant String? username) => _$this._username = username;