call abstract method

  1. @override
$R call({
  1. List<String>? id,
  2. String? tenantId,
  3. String? name,
  4. List<String>? projectId,
  5. List<String>? projectFacilityId,
  6. List<String>? symptomSurveyId,
  7. List<String>? beneficiaryId,
  8. List<String>? referralCode,
  9. List<String>? nationalLevelId,
  10. List<String>? symptom,
  11. List<String>? clientReferenceId,
  12. String? boundaryCode,
})
override

Implementation

@override
$R call(
    {List<String>? id,
    String? tenantId,
    String? name,
    List<String>? projectId,
    List<String>? projectFacilityId,
    List<String>? symptomSurveyId,
    List<String>? beneficiaryId,
    List<String>? referralCode,
    List<String>? nationalLevelId,
    List<String>? symptom,
    List<String>? clientReferenceId,
    String? boundaryCode});