parent property

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

Implementation

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