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