Returns the contained value, or the fallback if the Monad is in an Err or None state.
fallback
@override @pragma('vm:prefer-inline') T unwrapOr(T fallback) => value;