GeolocationState constructor
Implementation
const GeolocationState({
required this.enabled,
this.isMoving = false,
this.schedulerEnabled,
this.odometer,
this.location,
this.extras,
});
const GeolocationState({
required this.enabled,
this.isMoving = false,
this.schedulerEnabled,
this.odometer,
this.location,
this.extras,
});