Initial draft
This commit is contained in:
13
lib/dto/discount_remove.g.dart
Normal file
13
lib/dto/discount_remove.g.dart
Normal file
@ -0,0 +1,13 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'discount_remove.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
DiscountRemoveDTO _$DiscountRemoveDTOFromJson(Map<String, dynamic> json) =>
|
||||
DiscountRemoveDTO(deliveryId: json['delivery_id'] as String);
|
||||
|
||||
Map<String, dynamic> _$DiscountRemoveDTOToJson(DiscountRemoveDTO instance) =>
|
||||
<String, dynamic>{'delivery_id': instance.deliveryId};
|
||||
Reference in New Issue
Block a user