WebSearchLocation.newYork constructor
WebSearchLocation.newYork()
Create location for New York
Implementation
factory WebSearchLocation.newYork() => const WebSearchLocation(
city: 'New York',
region: 'New York',
country: 'US',
timezone: 'America/New_York',
);