ConstEnumValue constructor

ConstEnumValue(
  1. String value,
  2. int index,
  3. 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);