isNull top-level constant Null safety

Matcher const isNull

A matcher that matches any null value.

Implementation

const Matcher isNull = _IsNull();