SKProductDiscountWrapper.fromJson constructor
Constructing an instance from a map from the Objective-C layer.
This method should only be used with map
values returned by SKProductWrapper.fromJson.
Implementation
factory SKProductDiscountWrapper.fromJson(Map<String, dynamic> map) {
return _$SKProductDiscountWrapperFromJson(map);
}