RelationInfo constructor
const
RelationInfo({})
Implementation
const RelationInfo({
required this.name,
required this.type,
required this.targetModel,
required this.foreignKey,
this.references = const ['id'],
this.joinTable,
this.joinColumn,
this.inverseJoinColumn,
this.inverseRelation,
this.isOwner = false,
});