isZero property

bool get isZero

Implementation

bool get isZero => this.toString() == '0.0';