isValid method

bool isValid()

Implementation

bool isValid(){
  if (nit == null || nit?.trim() == '') return false;
  return true;
}