kotlin-stdlib / kotlin.reflect.full / findParameterByName findParameterByName JVM 1.1 fun KCallable<*>.findParameterByName( name: String): KParameter?(source) Returns the parameter of this callable with the given name, or null if there's no such parameter.