CraftSchema constructor
CraftSchema({
- CraftSkill? skill,
- int? level,
- List<
SimpleItemSchema> items = const [], - int? quantity,
Returns a new CraftSchema instance.
Implementation
CraftSchema({
this.skill,
this.level,
this.items = const [],
this.quantity,
});