isNotZero property

bool get isNotZero

Implementation

bool get isNotZero => this.toDouble() != 0.0;