formName property

  1. @Column(nullable: true)
String? formName
getter/setter pair

Implementation

@Column(nullable: true)
String? formName;