isNull property

bool isNull

Returns true if the underlying value is null.

Implementation

bool get isNull => _valueType == ValueType.Null;