toCurrency method

XRPCurrencies toCurrency()

Converts the amount to an XRPCurrencies object.

Implementation

XRPCurrencies toCurrency() => isXrp ? XRP() : isseAmount!.toCurrency();