toRawNumCode method

String toRawNumCode()

Converts an ISO4217Currency instance to a raw code string.

The code parameter is expected to be a valid ISO 4217 3-letter currency code.

Implementation

String toRawNumCode() => numCode.toString();