isFalse top-level constant Null safety
A matcher that matches anything except the Boolean value true.
Implementation
const Matcher isFalse = _IsFalse();
A matcher that matches anything except the Boolean value true.
const Matcher isFalse = _IsFalse();