isUnknown method

bool isUnknown()

Whether the time zone is the unknown zone.

See the Rust documentation for is_unknown for more information.

Implementation

bool isUnknown() {
  final result = _icu4x_TimeZone_is_unknown_mv1(_ffi);
  return result;
}