PgrServiceResponseModel constructor
const
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,
Implementation
const PgrServiceResponseModel({
this.active = true,
this.id,
this.tenantId,
this.serviceCode,
this.serviceRequestId,
this.description,
this.accountId,
this.applicationStatus,
this.source,
this.user,
this.rowVersion = 1,
super.auditDetails,
super.isDeleted = false,
}) : super();