topValue constant

NullabilityDomain const topValue

Top element (may be null).

Implementation

static const NullabilityDomain topValue =
    NullabilityDomain(Nullability.maybeNull);