Enum<T> constructor

const Enum<T>(
  1. T _value
)

Implementation

const Enum(this._value);