isNull property

bool get isNull

Checks if the value is null.

Implementation

bool get isNull => this == null;