SelectedLocation.single constructor

const SelectedLocation.single(
  1. FormattedLocation? selected
)

Implementation

const factory SelectedLocation.single(FormattedLocation? selected) = _Single;