$Completer<T>.wrap constructor

$Completer<T>.wrap(
  1. Completer<T> $value
)

Implementation

$Completer.wrap(this.$value);