storedBy property

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

Implementation

@Column(nullable: true)
String? storedBy;