Northeast constructor

Northeast({
  1. double? lat,
  2. double? lng,
})

Implementation

Northeast({this.lat, this.lng});