valueParameters
val KCallable<*>.valueParameters: List<KParameter>
Returns parameters of this callable, excluding the this
instance and the extension receiver parameter.
val KCallable<*>.valueParameters: List<KParameter>
Returns parameters of this callable, excluding the this
instance and the extension receiver parameter.