SubscriptionOfferDetailsWrapper.fromJson constructor
- @Deprecated('JSON serialization is not intended for public use, and will ' 'be removed in a future version.')
Factory for creating a SubscriptionOfferDetailsWrapper from a Map with the offer details.
Implementation
@Deprecated('JSON serialization is not intended for public use, and will '
'be removed in a future version.')
factory SubscriptionOfferDetailsWrapper.fromJson(Map<String, dynamic> map) =>
_$SubscriptionOfferDetailsWrapperFromJson(map);