isNotNull property

bool get isNotNull

Whether the value is not null.

Implementation

bool get isNotNull => this != null;