isNotNull property

bool get isNotNull

check if Object is not Null

Implementation

bool get isNotNull => this != null;