ReportFormData constructor
ReportFormData({})
Implementation
ReportFormData({
required this.category,
required this.description,
required this.contact,
this.attachedImage,
this.screenshotPath,
});
ReportFormData({
required this.category,
required this.description,
required this.contact,
this.attachedImage,
this.screenshotPath,
});