regionCodes property

List<String>? regionCodes
getter/setter pair

A list of countries/region codes to act on, e.g. US.

This follows https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2.

Optional.

Implementation

core.List<core.String>? regionCodes;