GeolocationState constructor

const GeolocationState({
  1. bool fetched = false,
  2. Position? position,
})

Implementation

const GeolocationState({
  this.fetched = false,
  this.position,
});