CatalogInfoResponse.fromJson constructor

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

Implementation

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