hasBranchCode function

bool hasBranchCode(
  1. String bic
)

Implementation

bool hasBranchCode(String bic) {
  return bic.length == BIC11_LENGTH;
}