iterAll method
See the Rust documentation for iter_all
for more information.
Implementation
TimeZoneAndCanonicalAndNormalizedIterator iterAll() {
// This lifetime edge depends on lifetimes: 'a
core.List<Object> aEdges = [this];
final result = _icu4x_IanaParserExtended_iter_all_mv1(_ffi);
return TimeZoneAndCanonicalAndNormalizedIterator._fromFfi(result, [], aEdges);
}