ConstSet constructor

ConstSet(
  1. Set<Constant> value
)

Creates a new set constant with the given elements.

@param value The set of constant elements

Implementation

ConstSet(super.value);