emptyModel static method

PanImageOcrModel emptyModel()

Implementation

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