isNull property

bool get isNull

Whether the value is null.

Implementation

bool get isNull => this == null;