toRawNumCode method
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();
Converts an ISO4217Currency
instance to a raw code string.
The code
parameter is expected to be a valid ISO 4217 3-letter currency code.
String toRawNumCode() => numCode.toString();