unwrap method

  1. @override
T unwrap()
override

Implementation

@override
T unwrap() {
  throw Exception('Unwrap called on Err');
}