hashedPassword property Null safety
read / writeoverride
The hashed password of a resource owner.
Implementation
@override
@Column(omitByDefault: true)
String? hashedPassword;
The hashed password of a resource owner.
@override
@Column(omitByDefault: true)
String? hashedPassword;