SelectedLocation constructor

SelectedLocation(
  1. String displayName,
  2. LatLng point, {
  3. Key? key,
})

Implementation

SelectedLocation(this.displayName, this.point, {Key? key}) : super(key: key);