call abstract method

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

Implementation

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