Relation<Related extends KhademModel<Related> , Parent> constructor
Relation<Related extends KhademModel<Related> , Parent> (
- QueryBuilderInterface<
Related> query, - Parent parent,
Implementation
Relation(this.query, this.parent, this.relatedFactory);