call abstract method

  1. @override
$R call({
  1. bool? active,
  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,
  12. AuditDetails? auditDetails,
  13. bool? isDeleted,
})
override

Implementation

@override
$R call(
    {bool? active,
    String? id,
    String? tenantId,
    String? serviceCode,
    String? serviceRequestId,
    String? description,
    String? accountId,
    PgrServiceApplicationStatus? applicationStatus,
    String? source,
    PgrComplainantResponseModel? user,
    int? rowVersion,
    AuditDetails? auditDetails,
    bool? isDeleted});