menu
Flutter
expect
isNotNull constant
isNotNull
brightness_4
brightness_5
isNotNull
top-level constant
Matcher
const
isNotNull
A matcher that matches any non-null value.
Implementation
const Matcher isNotNull = _IsNotNull();
Flutter
expect
isNotNull constant
expect library