Catalog.fromJson constructor

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

Constructs a Catalog from JSON.

Implementation

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