compareTo method
- Locale other
override
See the Rust documentation for total_cmp
for more information.
Implementation
@override
int compareTo(Locale other) {
final result = _icu4x_Locale_compare_to_mv1(_ffi, other._ffi);
return result;
}