OlaLatLng constructor

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

Implementation

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