AddForm constructor
Implementation
AddForm({
super.key,
required this.isEditMode,
this.title,
this.desc,
this.date,
this.developer,
this.id,
this.severity,
this.status,
});
AddForm({
super.key,
required this.isEditMode,
this.title,
this.desc,
this.date,
this.developer,
this.id,
this.severity,
this.status,
});