isNull property

bool isNull

Returns true if this decoded value represents a null value.

Implementation

bool get isNull => checkNull(value);