unwrap property
ValueCell
get
unwrap
A cell which evaluates to the unwrapped value (by Maybe.unwrap) of the Maybe.
Implementation
ValueCell get unwrap => apply((value) => value.unwrap);
A cell which evaluates to the unwrapped value (by Maybe.unwrap) of the Maybe.
ValueCell get unwrap => apply((value) => value.unwrap);