getCurrencyType method

String? getCurrencyType()

Implementation

String? getCurrencyType() {
  return iban_util.getCurrencyType(_value);
}