SimpleNPCItemSchema constructor
SimpleNPCItemSchema({})
Returns a new SimpleNPCItemSchema instance.
Implementation
SimpleNPCItemSchema({
required this.code,
required this.currency,
this.buyPrice,
this.sellPrice,
});