RelationDefinition<T extends Model<T> > constructor
const
RelationDefinition<T extends Model<T> > ({})
Implementation
const RelationDefinition({
required this.name,
required this.type,
required this.relatedFactory,
required this.foreignKey,
required this.ownerKey,
this.pivotTable,
this.relatedPivotKey,
this.foreignPivotKey,
});