Enum<T> constructor

const Enum<T>(
  1. T value
)

Implementation

const Enum(this.value);