getBranchCode method

String? getBranchCode()

Implementation

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