on property

Expression<bool>? on
final

For joins that aren't _JoinType.cross, contains an additional predicate that must be matched for the join.

Implementation

final Expression<bool>? on;