fail method Null safety

  1. @override
void fail()
override

For integration, "failure" just returns. It takes a loooong time to get here anyway -- see maxIterations.

Implementation

@override
fail() {
  throw 'unreachable';
}