SetDestination

data class SetDestination(destination: Destination?) : DestinationAction

The action is used to set the destination for the trip

Constructors

SetDestination
Link copied to clipboard
fun SetDestination(destination: Destination?)

Functions

component1
Link copied to clipboard
operator fun component1(): Destination?
copy
Link copied to clipboard
fun copy(destination: Destination?): DestinationAction.SetDestination
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

destination
Link copied to clipboard
val destination: Destination?