isZero property

bool get isZero

Indicates whether this Price is zero.

Implementation

bool get isZero => sum.val == 0;