Get all country codes
static List<String> get allCodes => Country.values.map((c) => c.code).toList();