LocationInfo constructor
LocationInfo({})
Creates a new location information object.
Implementation
LocationInfo({
required this.country,
required this.countryCode,
required this.city,
required this.state,
required this.zipcode,
required this.latitude,
required this.longitude,
required this.timezone,
required this.localtime,
});