monsters property

Map<String, Monster> get monsters

A mapping of all the monsters. The key in each entry is a unique key to the monster, and the value is the monster itself.

Implementation

Map<String, Monster> get monsters => getItem('Monsters').cast<String, Monster>();