call abstract method

  1. @override
$R call({
  1. List<String>? id,
  2. List<String>? projectBeneficiaryClientReferenceId,
  3. String? projectId,
  4. String? referrerId,
  5. String? recipientType,
  6. String? recipientId,
  7. List<String>? reasons,
  8. List<String>? clientReferenceId,
  9. String? tenantId,
  10. String? boundaryCode,
})
override

Implementation

@override
$R call(
    {List<String>? id,
    List<String>? projectBeneficiaryClientReferenceId,
    String? projectId,
    String? referrerId,
    String? recipientType,
    String? recipientId,
    List<String>? reasons,
    List<String>? clientReferenceId,
    String? tenantId,
    String? boundaryCode});