LeftJoin constructor

LeftJoin(
  1. String table,
  2. On on, {
  3. String as = '',
})

Implementation

LeftJoin(super.table, super.on, {super.as = ''});