isNull property
bool
get
isNull
Returns true if the underlying value is null.
Implementation
bool get isNull => _valueType == ValueType.Null;
Returns true if the underlying value is null.
bool get isNull => _valueType == ValueType.Null;