ofCurrency method

String ofCurrency(
  1. String currencyCode
)

Implementation

String ofCurrency(String currencyCode) => _of(currencyCode, _impl.ofCurrency);