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