productFromJson function

Product productFromJson(
  1. String str
)

Implementation

Product productFromJson(String str) => Product.fromJson(json.decode(str));