Join constructor
const
Join({
- required JoinType type,
- required String table,
- required WhereClauseGroup on,
Creates a new join.
Implementation
const Join({
required this.type,
required this.table,
required this.on,
});