menu
background_location_fetch package
documentation
background_location_runner.dart
LocationUpdate
LocationUpdate.new const constructor
LocationUpdate.new const constructor
dark_mode
light_mode
LocationUpdate
constructor
const
LocationUpdate
(
{
required
double
latitude
,
required
double
longitude
,
required
int
timestamp
,
})
Implementation
const LocationUpdate({ required this.latitude, required this.longitude, required this.timestamp, });
background_location_fetch package
documentation
background_location_runner
LocationUpdate
LocationUpdate.new const constructor
LocationUpdate class