LocationEntity constructor

LocationEntity({
  1. GeoLocation? geoLocation,
  2. GeoOrientation? geoOrientation,
  3. LocalLocation? localLocation,
  4. LocalOrientation? localOrientation,
  5. String? entity,
  6. String? token,
  7. bool? fixed,
  8. String? geoSource,
  9. bool? autoGeo,
})

Implementation

LocationEntity({
  this.geoLocation,
  this.geoOrientation,
  this.localLocation,
  this.localOrientation,
  this.entity,
  this.token,
  this.fixed,
  this.geoSource,
  this.autoGeo,
});