isNull property

bool isNull

Returns true if this is null

since 0.7.0

Implementation

bool get isNull => this == null;