isNotNull property

bool isNotNull

Check if the T is not null

Implementation

bool get isNotNull => this != null;