races property

Map<String, Race> get races

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

Implementation

Map<String, Race> get races => getItem('Races').cast<String, Race>();