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