username property

  1. @Column(nullable: true)
String? username
final

Implementation

@Column(nullable: true)
final String? username;