Subset<T> constructor

const Subset<T>(
  1. List<T> values
)

Creates a Subset with the given possible values.

Implementation

const Subset(List<T> values);