foreignKey property

String? foreignKey
final

Foreign key column name in this entity's table Required on the owning side (the side that has the FK column)

Implementation

final String? foreignKey;