SKStorefrontWrapper.fromJson constructor

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

Constructs an instance of the SKStorefrontWrapper from a key value map of data.

The map needs to have named string keys with values matching the names and types of all of the members on this class. The map parameter must not be null.

Implementation

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