getCheckDigit method

String getCheckDigit()

Implementation

String getCheckDigit() {
  return iban_util.getCheckDigit(_value);
}