call abstract method

TRes call({
  1. double? radius,
  2. String? minPrice,
  3. String? extraFees,
  4. String? color,
  5. Enum$ZoneTypesCategoryEnum? category,
  6. Enum$ZoneTypesEnum? type,
  7. List<Input$DeliveryZonePathInput>? paths,
})

Implementation

TRes call({
  double? radius,
  String? minPrice,
  String? extraFees,
  String? color,
  Enum$ZoneTypesCategoryEnum? category,
  Enum$ZoneTypesEnum? type,
  List<Input$DeliveryZonePathInput>? paths,
});