countries property

List<String>? countries
getter/setter pair

The countries where the items may be displayed.

Represented as a CLDR territory code.

Optional.

Implementation

core.List<core.String>? countries;