ConstEnumValue constructor
ConstEnumValue(
- String value,
- int index,
- InterfaceType type
Creates a new enum value constant.
@param value The name of the enum value @param index The index of the enum value @param type The type of the enum
Implementation
ConstEnumValue(super.value, this.index, this.type);