| // GENERATED CODE - DO NOT MODIFY BY HAND |
| |
| part of 'one_time_purchase_offer_details_wrapper.dart'; |
| |
| // ************************************************************************** |
| // JsonSerializableGenerator |
| // ************************************************************************** |
| |
| OneTimePurchaseOfferDetailsWrapper _$OneTimePurchaseOfferDetailsWrapperFromJson( |
| Map json) => |
| OneTimePurchaseOfferDetailsWrapper( |
| formattedPrice: json['formattedPrice'] as String? ?? '', |
| priceAmountMicros: json['priceAmountMicros'] as int? ?? 0, |
| priceCurrencyCode: json['priceCurrencyCode'] as String? ?? '', |
| ); |