MorphedByMany<Related extends KhademModel<Related> , Parent> constructor
MorphedByMany<Related extends KhademModel<Related> , Parent> ()
Implementation
MorphedByMany(
super.query,
super.parent,
super.relatedFactory,
super.table,
super.foreignPivotKey,
super.relatedPivotKey,
super.parentKey,
super.relatedKey,
super.morphTypeField,
super.morphClass,
) : super(
inverse: true,
);