GemShopCatalogDataSchema constructor

GemShopCatalogDataSchema({
  1. List<GemShopSkinCatalogItemSchema> skins = const [],
  2. List<GemShopSpawnEventCatalogItemSchema> spawnEvents = const [],
  3. List<GemShopSubscriptionCatalogItemSchema> subscriptions = const [],
  4. List<GemShopCustomDesignCatalogItemSchema> customDesigns = const [],
})

Returns a new GemShopCatalogDataSchema instance.

Implementation

GemShopCatalogDataSchema({
  this.skins = const [],
  this.spawnEvents = const [],
  this.subscriptions = const [],
  this.customDesigns = const [],
});