I think you could replace this ```dart final _languages = {}.cast<String, Mode>() ``` with this ```dart final _languages = <String, Mode>{}; ```