isZero property
See the Rust documentation for is_zero
for more information.
Implementation
bool get isZero {
final result = _icu4x_Decimal_is_zero_mv1(_ffi);
return result;
}
See the Rust documentation for is_zero
for more information.
bool get isZero {
final result = _icu4x_Decimal_is_zero_mv1(_ffi);
return result;
}