BaseEnum<T> constructor

const BaseEnum<T>(
  1. T rawValue
)

Implementation

const BaseEnum(this.rawValue);