WebSearchLocation.london constructor
WebSearchLocation.london()
Create location for London
Implementation
factory WebSearchLocation.london() => const WebSearchLocation(
city: 'London',
region: 'England',
country: 'GB',
timezone: 'Europe/London',
);