flagPngUrl method

String flagPngUrl()

Returns the URL of the PNG image file for the country's flag.

Implementation

String flagPngUrl() => "$_flagProvider/w320/$_lowerCaseCode.$png";