Create a ProductList from JSON
factory ProductList.fromJson(Map<String, dynamic> json) => _$ProductListFromJson(json);