PlaceSelectionSuccess

data class PlaceSelectionSuccess(val place: Place) : PlaceSelectionResult

Constructors

Link copied to clipboard
constructor(place: Place)

Properties

Link copied to clipboard
val place: Place