menu
Flutter
expect
isFalse constant
isFalse
brightness_4
brightness_5
isFalse
top-level constant
Matcher
const
isFalse
A matcher that matches anything except the Boolean value true.
Implementation
const Matcher isFalse = _IsFalse();
Flutter
expect
isFalse constant
expect library