innerJoin property
If true, an inner join hint (!inner) is added to the PostgREST query,
ensuring that rows from the parent table are only returned if a matching
row exists in the related table. Defaults to false.
Implementation
final bool innerJoin;