getCheckCode method

String getCheckCode()

Implementation

String getCheckCode() {
  String partialFiscalCode = '${lastNameCode()}${firstNameCode()}${birthDateCode()}${birthPlaceCode()}';
  return _getCheckCode(partialFiscalCode);
}