GstImageOcrModel constructor

GstImageOcrModel({
  1. required String documentType,
  2. required String gstin,
})

Implementation

GstImageOcrModel({
  required this.documentType,
  required this.gstin,
});