salt property Null safety

  1. @Column(nullable: true)
String? salt
read / writeinherited

The hashing salt for hashedSecret.

Implementation

@Column(nullable: true)
String? salt;