LocationWrapper constructor

LocationWrapper(
  1. double lat,
  2. double lng
)

Implementation

LocationWrapper(this.lat, this.lng);