unreachable method Null safety
Convenience method to call from an unreachable operation on a state
Implementation
@protected
void unreachable() {
assert(false);
}
Convenience method to call from an unreachable operation on a state
@protected
void unreachable() {
assert(false);
}