emptyModel static method
Implementation
static PanImageOcrModel emptyModel() {
  return PanImageOcrModel(
      documentType: '', panNumber: '', fullName: '', fatherName: '', dob: '');
}static PanImageOcrModel emptyModel() {
  return PanImageOcrModel(
      documentType: '', panNumber: '', fullName: '', fatherName: '', dob: '');
}