EnumField constructor

EnumField(
  1. String name,
  2. List<String> values
)

Implementation

EnumField(this.name, this.values);