findParameterByName

fun KCallable<*>.findParameterByName(name: String): KParameter?

Returns the parameter of this callable with the given name, or null if there's no such parameter.

Since Kotlin

1.1