Returns true if the result is Err and the value inside of it matches a predicate.
@override @pragma("vm:prefer-inline") bool isErrAnd(bool Function(F) fn) => fn(err);