GemShopCatalogDataSchema constructor
GemShopCatalogDataSchema({
- List<
GemShopSkinCatalogItemSchema> skins = const [], - List<
GemShopSpawnEventCatalogItemSchema> spawnEvents = const [], - List<
GemShopSubscriptionCatalogItemSchema> subscriptions = const [], - List<
GemShopCustomDesignCatalogItemSchema> customDesigns = const [],
Returns a new GemShopCatalogDataSchema instance.
Implementation
GemShopCatalogDataSchema({
this.skins = const [],
this.spawnEvents = const [],
this.subscriptions = const [],
this.customDesigns = const [],
});