isNotNull property

bool get isNotNull

Returns true if this reference is NOT null.

Implementation

bool get isNotNull => !isNull;