Parameters

Marks constructor/function parameters, everything in-between parentheses.

For function fun foo(bar: String, baz: Int, qux: Boolean), the parameters would be the whole of bar: String, baz: Int, qux: Boolean

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int