PgrServiceResponseModel constructor

const PgrServiceResponseModel({
  1. bool? active = true,
  2. String? id,
  3. String? tenantId,
  4. String? serviceCode,
  5. String? serviceRequestId,
  6. String? description,
  7. String? accountId,
  8. PgrServiceApplicationStatus? applicationStatus,
  9. String? source,
  10. PgrComplainantResponseModel? user,
  11. int? rowVersion = 1,
  12. AuditDetails? auditDetails,
  13. 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();