unreachable function
Shorthand for
throw Unreachable(...)
Implementation
Never unreachable([String msg = "This code should be unreachable."]) {
throw Unreachable(msg);
}
Shorthand for
throw Unreachable(...)
Never unreachable([String msg = "This code should be unreachable."]) {
throw Unreachable(msg);
}