clone method
Clones the Locale.
See the Rust documentation for Locale
for more information.
Implementation
Locale clone() {
final result = _icu4x_Locale_clone_mv1(_ffi);
return Locale._fromFfi(result, []);
}
Clones the Locale.
See the Rust documentation for Locale
for more information.
Locale clone() {
final result = _icu4x_Locale_clone_mv1(_ffi);
return Locale._fromFfi(result, []);
}