menu
flutter_bureau_device_intelligence package
documentation
BaseInsights.dart
GPSLocation
GPSLocation.new const constructor
GPSLocation.new const constructor
dark_mode
light_mode
GPSLocation
constructor
const
GPSLocation
(
{
String
?
city
,
String
?
country
,
double
?
latitude
,
double
?
longitude
,
String
?
region
,
})
Implementation
const GPSLocation({ this.city, this.country, this.latitude, this.longitude, this.region, });
flutter_bureau_device_intelligence package
documentation
BaseInsights
GPSLocation
GPSLocation.new const constructor
GPSLocation class