flag property

CountryFlag get flag

Returns the flag for the given language.

Implementation

CountryFlag get flag {
  return CountryFlag.fromLanguageCode(code);
}