fromTuples method

Parameters fromTuples (List tuples)
override

Creates a new Parameters object filled with provided key-value pairs called tuples. Tuples parameters contain a sequence of key1, value1, key2, value2, ... pairs.

  • tuples the tuples to fill a new Parameters object. Returns a new Parameters object.

See AnyValueMap.fromTuplesArray