$List<E>.wrap constructor

$List<E>.wrap(
  1. List<E> $value
)

Wrap an List in an $List

Implementation

$List.wrap(this.$value);