SourceDto

@Xml(name = "siri:Source")
data class SourceDto(@PropertyElement(name = "siri:SourceType") val sourceType: String?) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@PropertyElement(name = "siri:SourceType") sourceType: String?)

Properties

Link copied to clipboard

Functions

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