SelectedLocation constructor

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

Implementation

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