boolType top-level constant

RuntimeType<bool> const boolType

The bool type represented as a RuntimeType.

Implementation

const RuntimeType<bool> boolType = RuntimeType.allowingDynamic();