relation property
RelationDefinition?
relation
getter/setter pair
If set the field is a relation to another table. The type of the relation
ForeignRelationDefinition
, ObjectRelationDefinition
or ListRelationDefinition
determines where and how the relation is stored.
Implementation
RelationDefinition? relation;