isInner property

  1. @override
bool isInner
override

Returns true if this conditions performs an "inner join" of related tables/repositories. Returns false if an outer join is needed to not influence other conditions in the query (usually when a condition is inside an OR group).

  • Uses parent.isInner to resolve it.

Implementation

@override
bool get isInner => false;