ProductList.fromJson constructor

ProductList.fromJson(
  1. Map<String, dynamic> json
)

Create a ProductList from JSON

Implementation

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