LeftJoin constant

JoinType const LeftJoin

'LEFT JOIN' join type

Implementation

static const JoinType LeftJoin = const JoinType._(1, 'LEFT JOIN');