productListFromJson function

ProductList productListFromJson(
  1. dynamic str
)

Implementation

ProductList productListFromJson(dynamic str) => (ProductList.fromJson(str));