isNull property

bool get isNull

Returns true if the given date is null.

Implementation

bool get isNull => this == null;