singleProductResponseFromJson function

SingleProductResponse singleProductResponseFromJson(
  1. String str
)

Implementation

SingleProductResponse singleProductResponseFromJson(String str) => SingleProductResponse.fromJson(json.decode(str));