EnumTypeDescription constructor

EnumTypeDescription(
  1. Type type,
  2. List<Object> enumValues,
  3. List<String> stringValues
)

Implementation

EnumTypeDescription(this.type, this.enumValues, this.stringValues);