isNotNull top-level constant Null safety

Matcher const isNotNull

A matcher that matches any non-null value.

Implementation

const Matcher isNotNull = _IsNotNull();