// GENERATED CODE - DO NOT MODIFY BY HAND part of 'discount_remove.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** DiscountRemoveDTO _$DiscountRemoveDTOFromJson(Map json) => DiscountRemoveDTO(deliveryId: json['delivery_id'] as String); Map _$DiscountRemoveDTOToJson(DiscountRemoveDTO instance) => {'delivery_id': instance.deliveryId};