hashedPassword property Null safety

  1. @override
  2. @Column(omitByDefault: true)
String? hashedPassword
read / writeoverride

The hashed password of a resource owner.

Implementation

@override
@Column(omitByDefault: true)
String? hashedPassword;