LeftJoin constructor
LeftJoin({
- required dynamic table,
Implementation
LeftJoin({required table}) : super(table: table, op: "left");
LeftJoin({required table}) : super(table: table, op: "left");