isNotNull property

bool get isNotNull

Checks if the value is not null.

Implementation

bool get isNotNull => this != null;