countryCodes property

  1. @JsonKey.new(name: 'country_codes')
List<String>? get countryCodes
inherited

Optional. A list of two-letter ISO 3166-1 alpha-2 country codes indicating the countries from which users can vote in the poll.

Implementation

@JsonKey(name: 'country_codes')
List<String>? get countryCodes;