UnionNode.fromQuery constructor

UnionNode.fromQuery(
  1. QueryBuilder table,
  2. UnionType unionType
)

Implementation

UnionNode.fromQuery(QueryBuilder table, this.unionType) {
  this.table = table;
}