Source constructor

Source({
  1. String? lat,
  2. String? lng,
})

Implementation

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