putAll abstract method

$R putAll(
  1. Map<$K, $V> v
)

Returns a new map with all entries inserted to the map

Implementation

$R putAll(Map<$K, $V> v);