A mapping of all the moves. The key in each entry is a unique key to the move, and the value is the move itself.
Map<String, Move> get moves => getItem('Moves').cast<String, Move>();