allProductResponseFromJson function

AllProductResponse allProductResponseFromJson(
  1. String str
)

Implementation

AllProductResponse allProductResponseFromJson(String str) => AllProductResponse.fromJson(json.decode(str));