PgrServiceSearchModel constructor
const
PgrServiceSearchModel({
- String? complaintAssignedTo,
- String? currentUserName,
- String? complaintTypeCode,
- String? locality,
- List<
PgrServiceApplicationStatus> ? complaintStatus, - String? tenantId,
- String? serviceRequestId,
- String? clientReferenceId,
- String? complainantMobileNumber,
- String? complaintNumber,
- bool? isDeleted = false,
- AuditDetails? auditDetails,
- AdditionalFields? additionalFields,
- 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();