popularInCountry top-level property

Map<String, String> popularInCountry
final

For MultiLangCountries.auto - country most popular language.

Note: pairs like 'tr': 'tr' are assumed automatically, you don't need to add them.

Implementation

final popularInCountry = {'us': 'en', 'in': 'hi', 'zh': 'cn'};