toString method
override
Format the Decimal as a string.
See the Rust documentation for write_to
for more information.
Implementation
@override
String toString() {
final write = _Write();
_icu4x_Decimal_to_string_mv1(_ffi, write._ffi);
return write.finalize();
}