NLatLng constructor

const NLatLng(
  1. double lat,
  2. double lng
)

Implementation

const NLatLng(this.lat, this.lng);