productResponseFromJson function

ProductResponse productResponseFromJson(
  1. String str
)

Implementation

ProductResponse productResponseFromJson(String str) => ProductResponse.fromJson(json.decode(str));