EnumValues<T> constructor

EnumValues<T>(
  1. Map<String, T> map
)

Implementation

EnumValues(this.map);