toCurrency method
Converts the amount to an XRPCurrencies object.
Implementation
XRPCurrencies toCurrency() => isXrp ? XRP() : isseAmount!.toCurrency();
Converts the amount to an XRPCurrencies object.
XRPCurrencies toCurrency() => isXrp ? XRP() : isseAmount!.toCurrency();