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