PgrServiceModel class

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

Constructors

PgrServiceModel({required String clientReferenceId, bool active = true, String? id, required String tenantId, required String serviceCode, String? serviceRequestId, required String description, String? accountId, required PgrServiceApplicationStatus applicationStatus, String? source, required PgrComplainantModel user, bool isDeleted = false, int rowVersion = 1, required PgrAddressModel address, String? additionalDetail, AuditDetails? auditDetails, ClientAuditDetails? clientAuditDetails})
const

Properties

accountId String?
final
active bool
final
additionalDetail String?
final
address PgrAddressModel
final
applicationStatus PgrServiceApplicationStatus
final
auditDetails AuditDetails?
finalinherited
boundaryCode String?
finalinherited
clientAuditDetails ClientAuditDetails?
finalinherited
clientReferenceId String
final
companion PgrServiceCompanion
no setter
copyWith PgrServiceModelCopyWith<PgrServiceModel, PgrServiceModel, PgrServiceModel>
no setterinherited
description String
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isDeleted bool
final
nonRecoverableError bool?
no setter
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 PgrComplainantModel
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