class TranslationState { TranslationState({ this.language, this.translations = const {}, }); String? language; Map> translations; }