isNotNull property

bool get isNotNull

Returns true if object is not null

Implementation

bool get isNotNull => this != null;