Enum<R> constructor

const Enum<R>(
  1. R rawValue
)

Implementation

const Enum(this.rawValue);