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