putParams method

void putParams(
  1. Params other
)

Puts all the entries from another Params.

Implementation

void putParams(Params other) {
  putMap(other.map);
}