isZero property

bool get isZero

See the Rust documentation for is_zero for more information.

Implementation

bool get isZero {
  final result = _icu4x_Decimal_is_zero_mv1(_ffi);
  return result;
}