surname property

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

Implementation

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