Detail

Describes the information of a Challenge Detail
data class Detail(label: String,value: String)

Constructors

<init>
Link copied to clipboard
fun <init>(label: String, value: String)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): String
copy
Link copied to clipboard
fun copy(label: String, value: String): Detail
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

label
Link copied to clipboard
Detail's title
val label: String
value
Link copied to clipboard
Detail's description
val value: String