Spell constructor
Spell({})
Implementation
Spell(
{required this.name,
required this.effect,
required this.activationRequirements,
required this.learningRequirements,
required this.learningCost});