enumType top-level constant

RuntimeType<Enum> const enumType

The enum type, represented as a RuntimeType.

Implementation

const RuntimeType<Enum> enumType = RuntimeType.allowingDynamic();