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.
fun KCallable<*>.findParameterByName(
name: String
): KParameter?
Returns the parameter of this callable with the given name, or null
if there's no such parameter.