isNull property

bool? isNull

Check if the number is null

Implementation

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