call abstract method
$R
call({
- List<
String> ? id, - String? projectId,
- List<
String> ? projectBeneficiaryId, - List<
String> ? projectBeneficiaryClientReferenceId, - String? createdBy,
- String? status,
- int? offset,
- int? limit,
- List<
String> ? clientReferenceId, - String? tenantId,
- int? plannedStartDate,
- int? plannedEndDate,
- int? actualStartDate,
- int? actualEndDate,
- String? boundaryCode,
override
Implementation
@override
$R call(
{List<String>? id,
String? projectId,
List<String>? projectBeneficiaryId,
List<String>? projectBeneficiaryClientReferenceId,
String? createdBy,
String? status,
int? offset,
int? limit,
List<String>? clientReferenceId,
String? tenantId,
int? plannedStartDate,
int? plannedEndDate,
int? actualStartDate,
int? actualEndDate,
String? boundaryCode});