isNotNull property

bool get isNotNull

Returns true if the value of this is not null.

Implementation

bool get isNotNull => !isNull;