LatLong constructor

const LatLong(
  1. double latitude,
  2. double longitude
)

Implementation

const LatLong(this.latitude, this.longitude);