IEnum<T> constructor

const IEnum<T>(
  1. T _value
)

Creates enum with given value

Implementation

const IEnum(this._value);