SkProductResponseWrapper.fromJson constructor

SkProductResponseWrapper.fromJson(
  1. Map<String, dynamic> map
)

Constructing an instance from a map from the Objective-C layer.

This method should only be used with map values returned by SKRequestMaker.startProductRequest.

Implementation

factory SkProductResponseWrapper.fromJson(Map<String, dynamic> map) {
  return _$SkProductResponseWrapperFromJson(map);
}