isNotNull property

bool isNotNull

Returns true if this reference is NOT null.

Implementation

bool get isNotNull => !isNull;