isZero property

bool get isZero

Implementation

bool get isZero {
  return compareTo(Decimal.zero) == 0;
}