EnumFormat<V extends Enum> constructor

const EnumFormat<V extends Enum>(
  1. List<V> values
)

Implementation

const EnumFormat(this.values);