phoneNumber property

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

Implementation

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