isNull property

bool isNull

Returns true if value is null.

Implementation

bool get isNull => value == null;