SetUnion constructor

SetUnion(
  1. dynamic un,
  2. dynamic val
)

Implementation

SetUnion(un, val) : super([un, val]);