unwrapOr abstract method

  1. @override
T unwrapOr(
  1. T fallback
)
override

Returns the contained value, or the fallback if the Outcome is in an Err or None state.

Implementation

@override
T unwrapOr(T fallback);