getBankCode method

String? getBankCode()

Implementation

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