Level get(int level)

Returns a level if it exists, throws a RangeError if it does not exist.

Source

Level get(int level) => _levels[level];