UnionNode constructor

UnionNode(
  1. Object? table,
  2. UnionType unionType
)

Implementation

UnionNode(this.table, this.unionType);