joinBuilders property

  1. @override
Set<JoinBuilder> joinBuilders
final

The join builders that are associated with this class They are ordered by the order in which they were added These will be used by the TableManagerState to create the joins that are needed to create the where expression

Implementation

@override
final Set<JoinBuilder> joinBuilders;