Builder

class Builder

Build a new ExitComponentNode

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): ExitComponentNode
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
text
Link copied to clipboard
fun text(text: String): ExitComponentNode.Builder
apply text to the Builder.
toString
Link copied to clipboard
open fun toString(): String