favorites property

List<String> favorites
final

Favorite CountryCodes that can be shown at the top of the list.

Should supply the 2 character ISO code of the country.

Based from: https://countrycode.org/

Implementation

final List<String> favorites;