isFalse method

Return isFalse()

A matcher that matches anything except the Boolean value true.

Implementation

Return isFalse() {
  return runMatcher(dart_test.isFalse);
}