DetailNortheast constructor

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

Implementation

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