call abstract method
$R
call({
- List<
String> ? id, - List<
String> ? projectId, - List<
String> ? beneficiaryId, - List<
String> ? tag, - List<
String> ? beneficiaryClientReferenceId, - DateTime? beneficiaryRegistrationDateLte,
- DateTime? beneficiaryRegistrationDateGte,
- int? offset,
- int? limit,
- List<
String> ? clientReferenceId, - String? tenantId,
- int? dateOfRegistration,
- String? boundaryCode,
override
Implementation
@override
$R call(
{List<String>? id,
List<String>? projectId,
List<String>? beneficiaryId,
List<String>? tag,
List<String>? beneficiaryClientReferenceId,
DateTime? beneficiaryRegistrationDateLte,
DateTime? beneficiaryRegistrationDateGte,
int? offset,
int? limit,
List<String>? clientReferenceId,
String? tenantId,
int? dateOfRegistration,
String? boundaryCode});