isNull property

bool get isNull

Returns true if object is null

Implementation

bool get isNull => this == null;