GemShopCatalogResponseSchema constructor
GemShopCatalogResponseSchema({
- required GemShopCatalogDataSchema data,
Returns a new GemShopCatalogResponseSchema instance.
Implementation
GemShopCatalogResponseSchema({
required this.data,
});