unwrap property

Computed<T> get unwrap

Returns a computation representing the value the last Future returned by this computation resolves to.

Implementation

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