get
Get the argument for the parameter at index, or null if one was not set. To distinguish between explicitly passing null and using the default value, use isDefaulted.
See also
Get the argument for the parameter with the given name, or null if one was not set. To distinguish between explicitly passing null and using the default value, use isDefaulted.
See also
Throws
if name == "this", because the parameter would be ambiguous.
Get the argument for parameter, or null if one was not set. To distinguish between explicitly passing null and using the default value, use isDefaulted.
See also
Get the argument for the kind parameter at indexInKind, or null if one was not set. To distinguish between explicitly passing null and using the default value, use isDefaulted.