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