XRP constructor
XRP()
Factory method to retrieve the singleton instance of XRP.
Implementation
factory XRP() {
return _currency;
}
Factory method to retrieve the singleton instance of XRP.
factory XRP() {
return _currency;
}