getParameter

open override fun getParameter(declaredName: String): TextCommandParameter?(source)

Deprecated

For removal, confusing on whether it searches nested parameters, prefer using collection operations on 'parameters' instead, make an extension or an utility method

Returns the aggregated parameter with the supplied declared name (i.e., name of the method parameter), or null if not found.