$Future<T>.wrap constructor

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

Implementation

$Future.wrap(this.$value) : _superclass = $Object($value);