Returns the ok value if Result is Ok. Throws a Panic if the Result is Err.
@override @pragma("vm:prefer-inline") S unwrap() { throw Panic("Called `unwrap` on an `$runtimeType` of `$err`."); }