TimeZone.unknown constructor
The unknown time zone.
See the Rust documentation for unknown
for more information.
Implementation
factory TimeZone.unknown() {
final result = _icu4x_TimeZone_unknown_mv1();
return TimeZone._fromFfi(result, []);
}