GemShopCatalogResponseSchema constructor

GemShopCatalogResponseSchema({
  1. required GemShopCatalogDataSchema data,
})

Returns a new GemShopCatalogResponseSchema instance.

Implementation

GemShopCatalogResponseSchema({
  required this.data,
});