PlacesDto

@Serializable
data class PlacesDto(val places: List<PlaceDto>? = emptyList()) : Parcelable

Created by Deniz Kalem on 26.03.2025

Constructors

Link copied to clipboard
constructor(places: List<PlaceDto>? = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun findParentStation(stopPointRef: String): String
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)