hasPassword property

bool? get hasPassword

Implementation

bool? get hasPassword => _$this._hasPassword;
set hasPassword (bool? hasPassword)

Implementation

set hasPassword(bool? hasPassword) => _$this._hasPassword = hasPassword;