resolvedOptions property
The resolved options showing how the default options, the requested options,
and the options from locale data were combined. None of the struct fields
will have Auto
as the value.
See the Rust documentation for resolved_options
for more information.
Implementation
CollatorResolvedOptions get resolvedOptions {
final result = _icu4x_Collator_resolved_options_v1_mv1(_ffi);
return CollatorResolvedOptions._fromFfi(result);
}