call abstract method

  1. @override
$R call({
  1. String? id,
  2. List<String>? individualClientReferenceIds,
  3. List<String>? householdClientReferenceIds,
  4. List<String>? householdId,
  5. List<String>? householdClientReferenceId,
  6. List<String>? individualId,
  7. List<String>? individualClientReferenceId,
  8. bool? isHeadOfHousehold,
  9. List<String>? clientReferenceId,
  10. String? tenantId,
  11. String? boundaryCode,
})
override

Implementation

@override
$R call(
    {String? id,
    List<String>? individualClientReferenceIds,
    List<String>? householdClientReferenceIds,
    List<String>? householdId,
    List<String>? householdClientReferenceId,
    List<String>? individualId,
    List<String>? individualClientReferenceId,
    bool? isHeadOfHousehold,
    List<String>? clientReferenceId,
    String? tenantId,
    String? boundaryCode});