Parameter

data class Parameter(val index: Int, val type: String, var value: Any? = null)

Constructors

Link copied to clipboard
constructor(index: Int, type: String, value: Any? = null)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard
Link copied to clipboard
var value: Any?