None top-level constant

_None const None

Represents a value that is absent. The erasure of this is null.

Implementation

// ignore: constant_identifier_names
const None = _None();