Union constructor

Union(
  1. dynamic first,
  2. dynamic second
)

Implementation

Union(first, second) : super([first, second]);