Enum<T> constructor

const Enum<T>(
  1. T _value,
  2. String _name
)

Implementation

const Enum(this._value, this._name);