flagEmoji property

String flagEmoji

provides country flag as emoji. Can be displayed using

Text(country.flagEmoji)

Implementation

String get flagEmoji => Utils.countryCodeToEmoji(countryCode);