call abstract method
$R
call({
- String? id,
- double? latitude,
- double? longitude,
- int? limit,
- int? offset,
- double? maxRadius,
- String? tenantId,
- String? boundaryCode,
override
Implementation
@override
$R call(
{String? id,
double? latitude,
double? longitude,
int? limit,
int? offset,
double? maxRadius,
String? tenantId,
String? boundaryCode});