getAccountType method

String? getAccountType()

Implementation

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