Returns a level if it exists, throws a RangeError if it does not exist.
Level get(int level) => _levels[level];