SavedRouteItem

data class SavedRouteItem(val routeId: Int = Int.MAX_VALUE, val routeName: String, val itinerary: String, val propertyId: Int, val saveDate: Long) : Serializable

Constructors

Link copied to clipboard
constructor(routeId: Int = Int.MAX_VALUE, routeName: String, itinerary: String, propertyId: Int, saveDate: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard