countryFlag property

String countryFlag

Implementation

String get countryFlag {
  return 'assets/flags/${this.toLowerCase()}.png';
}