MockLocation constructor

MockLocation({
  1. num? lat,
  2. num? lng,
})

Implementation

MockLocation({
  this.lat,
  this.lng,
});