DeviceLocation constructor
const
DeviceLocation({})
Implementation
const DeviceLocation({
this.latitude,
this.longitude,
this.accuracy,
this.country,
this.countryCode,
this.administrativeArea,
this.subAdministrativeArea,
this.locality,
this.subLocality,
this.postalCode,
this.timezone,
this.language,
this.locale,
this.platformName,
this.error,
});