XRP constructor

XRP()

Factory method to retrieve the singleton instance of XRP.

Implementation

factory XRP() {
  return _currency;
}