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

HasOneThrough<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

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