call abstract method

  1. @override
$R call({
  1. List<String>? id,
  2. String? projectId,
  3. List<String>? projectBeneficiaryId,
  4. List<String>? projectBeneficiaryClientReferenceId,
  5. String? createdBy,
  6. String? status,
  7. int? offset,
  8. int? limit,
  9. List<String>? clientReferenceId,
  10. String? tenantId,
  11. int? plannedStartDate,
  12. int? plannedEndDate,
  13. int? actualStartDate,
  14. int? actualEndDate,
  15. 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});