items property

List<I18nLanguage>? items
getter/setter pair

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;