EnumType constructor
const
EnumType({})
Construct a new CustomType.
Implementation
const EnumType({
required String className,
required this.values,
required this.valuesJSON,
this.nullable = false,
}) : super(className: className);