PgrServiceSearchModel class

Inheritance
Mixed-in types
Annotations
  • @MappableClass(ignoreNull: true)

Constructors

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})
const

Properties

additionalFields AdditionalFields?
finalinherited
auditDetails AuditDetails?
finalinherited
boundaryCode String?
finalinherited
clientReferenceId String?
final
complainantMobileNumber String?
final
complaintAssignedTo String?
final
complaintNumber String?
final
complaintStatus List<PgrServiceApplicationStatus>?
final
complaintTypeCode String?
final
copyWith PgrServiceSearchModelCopyWith<PgrServiceSearchModel, PgrServiceSearchModel, PgrServiceSearchModel>
no setterinherited
currentUserName String?
final
hashCode int
The hash code for this object.
no setterinherited
isDeleted bool?
finalinherited
locality String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceRequestId String?
final
tenantId String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toMap() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited