Enum<T> constructor Null safety

const Enum<T>(
  1. T value
)

Implementation

const Enum(this.value);