neverType top-level constant

RuntimeType<Never> const neverType

The Never type, represented as a RuntimeType.

Implementation

const RuntimeType<Never> neverType = RuntimeType.allowingDynamic();