ProtocolArguments

class ProtocolArguments

A map from argument labels to Values.

Functions

get
Link copied to clipboard
inline fun <V : Value> get(label: String): V

Returns the argument associated with label label, automatically casting it to type V.

getArgument
Link copied to clipboard
fun getArgument(label: String): ValueNode

Returns the argument associated with label label.