toJson method

Map<String, dynamic> toJson()

Creates a JSON representation of this product.

Implementation

Map<String, dynamic> toJson() => _$ProductWrapperToJson(this);