HasManyThrough<Related extends KhademModel<Related>, Parent> constructor

HasManyThrough<Related extends KhademModel<Related>, Parent>(
  1. QueryBuilderInterface<Related> query,
  2. Parent parent,
  3. Related relatedFactory(),
  4. String throughTable,
  5. String firstKey,
  6. String secondKey,
  7. String localKey,
  8. String secondLocalKey,
)

Implementation

HasManyThrough(
  super.query,
  super.parent,
  super.relatedFactory,
  this.throughTable,
  this.firstKey,
  this.secondKey,
  this.localKey,
  this.secondLocalKey,
);