isNull top-level constant

const isNull = const _IsNull()

A matcher that matches any null value.

Implementation

const Matcher isNull = const _IsNull()