productListFromJson function

ProductListResult productListFromJson(
  1. String str
)

Implementation

ProductListResult productListFromJson(String str) => ProductListResult.fromJson(json.decode(str));