isNull property

bool? get isNull

Check if the number is null

Implementation

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