unwrap method

  1. @override
T unwrap()
override

Unsafely returns the contained value. Throws Err the Monad is an Err or None.

Implementation

@override
@pragma('vm:prefer-inline')
T unwrap() => value;