PgrComplaintModel constructor
const
PgrComplaintModel({
- required PgrServiceModel service,
- PgrWorkflowModel? workflow,
- bool? isDeleted = false,
- AuditDetails? auditDetails,
Implementation
const PgrComplaintModel({
required this.service,
this.workflow,
super.isDeleted = false,
super.auditDetails,
}) : super();