Extracted<T>.value constructor

Extracted<T>.value(
  1. T _value
)

Implementation

Extracted.value(T this._value) : _rejection = null;