Answer

data class Answer(id: String, type: String, value: String, text: String) : Parcelable

Functions

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

Properties

id
Link copied to clipboard
val id: String
text
Link copied to clipboard
val text: String
type
Link copied to clipboard
val type: String
value
Link copied to clipboard
val value: String