Message

data class Message(type: String, data: String)

Functions

component1
Link copied to clipboard
nodeJs
operator fun component1(): String
component2
Link copied to clipboard
nodeJs
operator fun component2(): String
copy
Link copied to clipboard
nodeJs
fun copy(type: String, data: String): Message
equals
Link copied to clipboard
nodeJs
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
nodeJs
open override fun hashCode(): Int
toString
Link copied to clipboard
nodeJs
open override fun toString(): String

Properties

data
Link copied to clipboard
nodeJs
val data: String
type
Link copied to clipboard
nodeJs
val type: String