LatLongMobile constructor

LatLongMobile({
  1. double? lat,
  2. double? long,
})

Implementation

LatLongMobile({
  this.lat,
  this.long,
});