bic static method
Validate BIC.
Implementation
static String? bic(String? bic, {TextValidateResponse? textResponse}) {
return _validateInput(
bic, RegularExpression.validateBIC, textResponse, 'BIC');
}
Validate BIC.
static String? bic(String? bic, {TextValidateResponse? textResponse}) {
return _validateInput(
bic, RegularExpression.validateBIC, textResponse, 'BIC');
}