getIdentificationLabel method

String getIdentificationLabel()

Implementation

String getIdentificationLabel(){
  return '${getIdentificationNumber()}${dv != null ? '-$dv' : ''}';
}