asNamedValues

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.

Return

a list of pairs containing parameter names and their values. If a parameter has no name, it is ignored.