RightJoin constructor

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

Implementation

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