PgrServiceSearchModel constructor

const PgrServiceSearchModel({
  1. String? complaintAssignedTo,
  2. String? currentUserName,
  3. String? complaintTypeCode,
  4. String? locality,
  5. List<PgrServiceApplicationStatus>? complaintStatus,
  6. String? tenantId,
  7. String? serviceRequestId,
  8. String? clientReferenceId,
  9. String? complainantMobileNumber,
  10. String? complaintNumber,
  11. bool? isDeleted = false,
  12. AuditDetails? auditDetails,
  13. AdditionalFields? additionalFields,
  14. String? boundaryCode,
})

Implementation

const PgrServiceSearchModel({
  this.complaintAssignedTo,
  this.currentUserName,
  this.complaintTypeCode,
  this.locality,
  this.complaintStatus,
  this.tenantId,
  this.serviceRequestId,
  this.clientReferenceId,
  this.complainantMobileNumber,
  this.complaintNumber,
  super.isDeleted = false,
  super.auditDetails,
  super.additionalFields,
  super.boundaryCode,
}) : super();