IconAndKey

data class IconAndKey(icon: String, key: Char)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): Char
copy
Link copied to clipboard
fun copy(icon: String, key: Char = Char.MIN_VALUE): EmpireOverviewScreen.ButtonDecorations.IconAndKey
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

icon
Link copied to clipboard
val icon: String
key
Link copied to clipboard
val key: Char

Sources

jvm source
Link copied to clipboard