TaskFullSchema constructor
TaskFullSchema({})
Returns a new TaskFullSchema instance.
Implementation
TaskFullSchema({
required this.code,
required this.level,
required this.type,
required this.minQuantity,
required this.maxQuantity,
this.skill,
required this.rewards,
});