isZero property

bool get isZero

Returns whether the offset is zero.

See the Rust documentation for is_zero for more information.

Additional information: 1

Implementation

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