nullType top-level constant

RuntimeType<Null> const nullType

The Null type, represented as a RuntimeType.

Implementation

// ignore: prefer_void_to_null
const RuntimeType<Null> nullType = RuntimeType.allowingDynamic();