isNotNull top-level constant
Matcher
const isNotNull
A matcher that matches any non-null value.
Implementation
const Matcher isNotNull = _IsNotNull();
A matcher that matches any non-null value.
const Matcher isNotNull = _IsNotNull();