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.
Map<String, Race> get races => getItem('Races').cast<String, Race>();