build method

Params build()

Implementation

Params build() {
  return _map.isEmpty ? _EmptyParams() : _MapParams(_map);
}