isNotNull property

bool get isNotNull

Check if the T is not null

Implementation

bool get isNotNull => this != null;