$Map<K, V>.wrap constructor

$Map<K, V>.wrap(
  1. Map<K, V> $value
)

Wrap a Map in a $Map

Implementation

$Map.wrap(this.$value);