LocalizationItem constructor
LocalizationItem({})
Implementation
LocalizationItem({
this.languageCode = 'en_us',
this.nearBy = 'Nearby Places',
this.findingPlace = 'Finding place...',
this.noResultsFound = 'No results found',
this.unnamedLocation = 'Unnamed location',
this.tapToSelectLocation = 'Tap to select this location',
});