flag property
CountryFlag
get
flag
Returns the flag for the given language.
Implementation
CountryFlag get flag {
return CountryFlag.fromLanguageCode(code);
}
Returns the flag for the given language.
CountryFlag get flag {
return CountryFlag.fromLanguageCode(code);
}