moves property

Map<String, Move> get moves

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.

Implementation

Map<String, Move> get moves => getItem('Moves').cast<String, Move>();