GemShopSpawnEventCatalogItemSchema constructor
GemShopSpawnEventCatalogItemSchema({})
Returns a new GemShopSpawnEventCatalogItemSchema instance.
Implementation
GemShopSpawnEventCatalogItemSchema({
required this.code,
required this.name,
required this.contentType,
required this.contentCode,
required this.duration,
required this.price,
});