isNull top-level constant
          
          Matcher
          const isNull
          
        
        
A matcher that matches any null value.
Implementation
const Matcher isNull = _IsNull();A matcher that matches any null value.
const Matcher isNull = _IsNull();