Spell constructor
Spell({})
Implementation
Spell({
required this.meta,
required this.key,
required this.name,
required this.description,
required this.explanation,
required this.level,
required this.classKeys,
required this.dice,
required this.tags,
});