withoutOffset method

TimeZoneInfo withoutOffset()

See the Rust documentation for without_offset for more information.

Implementation

TimeZoneInfo withoutOffset() {
  final result = _icu4x_TimeZone_without_offset_mv1(_ffi);
  return TimeZoneInfo._fromFfi(result, []);
}