call abstract method

  1. @override
$R call({
  1. String? id,
  2. double? latitude,
  3. double? longitude,
  4. int? limit,
  5. int? offset,
  6. double? maxRadius,
  7. String? tenantId,
  8. String? boundaryCode,
})
override

Implementation

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