Custom

@Serializable
data class Custom(val value: String) : Method(source)

Represents a custom method defined by the user.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
open override val value: String