isNotNull top-level constant

const isNotNull = const _IsNotNull()

A matcher that matches any non-null value.

Implementation

const Matcher isNotNull = const _IsNotNull()