InnerJoin constant
JoinType
const InnerJoin
'INNER JOIN' join type
Implementation
static const JoinType InnerJoin = const JoinType._(0, 'INNER JOIN');
'INNER JOIN' join type
static const JoinType InnerJoin = const JoinType._(0, 'INNER JOIN');