items property
A list of supported i18n languages.
In this map, the i18n language ID is the map key, and its value is the corresponding i18nLanguage resource.
Implementation
core.List<I18nLanguage>? items;
A list of supported i18n languages.
In this map, the i18n language ID is the map key, and its value is the corresponding i18nLanguage resource.
core.List<I18nLanguage>? items;