Null#
The null value represents the absence of a value.
Literal#
The null literal corresponds to JSON null and google.protobuf.NullValue.
Comparison#
Null can only be compared to null.
Comparing null to other types produces a compile error.
See also#
- Comparison operators - Null equality