flagPngUrl method
Returns the URL of the PNG image file for the country's flag.
Implementation
String flagPngUrl() => "$_flagProvider/w320/$_lowerCaseCode.$png";
Returns the URL of the PNG image file for the country's flag.
String flagPngUrl() => "$_flagProvider/w320/$_lowerCaseCode.$png";