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