countryCodes property

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

A list of two-letter ISO 3166-1 alpha-2 country codes indicating the countries from which eligible users for the giveaway must come

Implementation

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