parse method
- String value
See the Rust documentation for parse
for more information.
Implementation
TimeZoneAndCanonicalAndNormalized parse(String value) {
final temp = _FinalizedArena();
// This lifetime edge depends on lifetimes: 'a
core.List<Object> aEdges = [this];
final result = _icu4x_IanaParserExtended_parse_mv1(_ffi, value._utf8AllocIn(temp.arena));
return TimeZoneAndCanonicalAndNormalized._fromFfi(result, aEdges);
}