Join constructor

Join({
  1. required Query table,
  2. required String op,
})

Implementation

Join({required this.table, required this.op});