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