getParameter abstract method
Retrieves a parameter by name from this executable's parameter list.
@param name The name of the parameter to find @return The parameter with the specified name, or null if not found
Implementation
ParameterElement? getParameter(String name);