HasManyThrough<Related extends KhademModel<Related> , Parent> constructor
HasManyThrough<Related extends KhademModel<Related> , Parent> ()
Implementation
HasManyThrough(
super.query,
super.parent,
super.relatedFactory,
this.throughTable,
this.firstKey,
this.secondKey,
this.localKey,
this.secondLocalKey,
);