isNotNull property

bool isNotNull

Returns true if the value of this is not null.

Implementation

bool get isNotNull => !isNull;