Legend

@Serializable
data class Legend(val id: String, val swap: Int, val heal: Int, val elite: Int, val utilities: List<Int>)

Data model for legend object

Constructors

Link copied to clipboard
constructor(id: String, swap: Int, heal: Int, elite: Int, utilities: List<Int>)

Properties

Link copied to clipboard
val elite: Int
Link copied to clipboard
val heal: Int
Link copied to clipboard
val id: String
Link copied to clipboard
val swap: Int
Link copied to clipboard