PathGuidanceDto

@Serializable
data class PathGuidanceDto(val pathGuidanceSection: List<PathGuidanceSectionDto>) : Parcelable

Created by Nico Brandenberger on 04.11.2025

Constructors

Link copied to clipboard
constructor(pathGuidanceSection: List<PathGuidanceSectionDto>)

Properties

Functions

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