Draw

data class Draw(message: String) : Outcome

Represents a draw

Constructors

Draw
Link copied to clipboard
fun Draw(message: String)

Functions

component1
Link copied to clipboard
operator fun component1(): String
copy
Link copied to clipboard
fun copy(message: String): Outcome.Draw
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

message
Link copied to clipboard
open override val message: String
the message to show the users