ValueSet<T> constructor

const ValueSet<T>(
  1. Set<T> values
)

Implementation

const ValueSet(this.values);