CurrentLocation constructor

CurrentLocation(
  1. String lat,
  2. String lng
)

Implementation

CurrentLocation(this.lat, this.lng);