items property

List<I18nRegion>? items
getter/setter pair

A list of regions where YouTube is available.

In this map, the i18n region ID is the map key, and its value is the corresponding i18nRegion resource.

Implementation

core.List<I18nRegion>? items;