LocationEntity constructor
LocationEntity({
- GeoLocation? geoLocation,
- GeoOrientation? geoOrientation,
- LocalLocation? localLocation,
- LocalOrientation? localOrientation,
- String? entity,
- String? token,
- bool? fixed,
- String? geoSource,
- bool? autoGeo,
Implementation
LocationEntity({
this.geoLocation,
this.geoOrientation,
this.localLocation,
this.localOrientation,
this.entity,
this.token,
this.fixed,
this.geoSource,
this.autoGeo,
});