MapPointValue constructor

const MapPointValue({
  1. required double lat,
  2. required double lng,
})

Implementation

const MapPointValue({required this.lat, required this.lng});