Union constructor

Union(
  1. List<Sqler> queries, {
  2. bool uniunAll = false,
})

Implementation

Union(this.queries, {this.uniunAll = false});