unwrap property

Computed<T> get unwrap

Returns a computation representing the last value produced by the last Stream returned by this computation.

Implementation

Computed<T> get unwrap => $(() => use.use);