call abstract method
$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,
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});