LeftJoin constructor

LeftJoin({
  1. required dynamic table,
})

Implementation

LeftJoin({required table}) : super(table: table, op: "left");