Parameter
Content copied to clipboard
Marks a single parameter in a function. Most likely to be a child of Parameters.
In function fun foo(bar: String, baz: Int, qux: Boolean) there would be 3 Parameter instances:
bar: String,baz: Int,qux: Boolean