toMap method

Map<String, dynamic> toMap()

Converts the instance to a key value map which can be used to serialize to JSON format.

Implementation

Map<String, dynamic> toMap() => _$SKStorefrontWrapperToJson(this);