call abstract method
$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,
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});