RightJoin constructor

RightJoin({
  1. required dynamic table,
})

Implementation

RightJoin({required table}) : super(table: table, op: "right");