productCategoryResponseFromJson function

ProductCategoryResponse productCategoryResponseFromJson(
  1. String str
)

Implementation

ProductCategoryResponse productCategoryResponseFromJson(String str) => ProductCategoryResponse.fromJson(json.decode(str));