Represents a data structure to hold arguments conforming to the Args interface.
A map of parameters to their respective values. Each key is a KParameter, matched with a value which can potentially be null.
Converts a map of parameters and their corresponding values into a list of pairs, where each pair consists of a parameter name and its associated value. Parameters without names are excluded from the resulting list.