error property

ValueCell get error

A cell which evaluates to the error of the Maybe.

Implementation

ValueCell get error => apply((value) => value.error);