isNotZero property

bool get isNotZero

Implementation

bool get isNotZero =>
    this != null && this != 0 && !(this?.isNegative == true);