PgrServiceResponseModel class

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

Constructors

PgrServiceResponseModel({bool? active = true, String? id, String? tenantId, String? serviceCode, String? serviceRequestId, String? description, String? accountId, PgrServiceApplicationStatus? applicationStatus, String? source, PgrComplainantResponseModel? user, int? rowVersion = 1, AuditDetails? auditDetails, bool? isDeleted = false})
const

Properties

accountId String?
final
active bool?
final
applicationStatus PgrServiceApplicationStatus?
final
auditDetails AuditDetails?
finalinherited
boundaryCode String?
finalinherited
clientAuditDetails ClientAuditDetails?
finalinherited
copyWith PgrServiceResponseModelCopyWith<PgrServiceResponseModel, PgrServiceResponseModel, PgrServiceResponseModel>
no setterinherited
description String?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isDeleted bool?
finalinherited
rowVersion int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceCode String?
final
serviceRequestId String?
final
source String?
final
tenantId String?
final
user PgrComplainantResponseModel?
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