encryptedPassword property

String? get encryptedPassword

Implementation

String? get encryptedPassword => _$this._encryptedPassword;
set encryptedPassword (String? encryptedPassword)

Implementation

set encryptedPassword(String? encryptedPassword) =>
    _$this._encryptedPassword = encryptedPassword;