call abstract method

  1. @override
$R call({
  1. List<String>? id,
  2. List<String>? projectId,
  3. List<String>? beneficiaryId,
  4. List<String>? tag,
  5. List<String>? beneficiaryClientReferenceId,
  6. DateTime? beneficiaryRegistrationDateLte,
  7. DateTime? beneficiaryRegistrationDateGte,
  8. int? offset,
  9. int? limit,
  10. List<String>? clientReferenceId,
  11. String? tenantId,
  12. int? dateOfRegistration,
  13. 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});