unwrap method
Never
unwrap()
Implementation
@pragma("vm:prefer-inline")
Infallible unwrap() {
throw Panic("Called `unwrap` on a value that was `None`.");
}
@pragma("vm:prefer-inline")
Infallible unwrap() {
throw Panic("Called `unwrap` on a value that was `None`.");
}