isNotNull property

bool? isNotNull

Check if the number is not null

Implementation

// ignore: unnecessary_null_comparison
bool? get isNotNull => this != null;