isFalse top-level constant

const isFalse = const _IsFalse()

A matcher that matches anything except the Boolean value true.

Implementation

const Matcher isFalse = const _IsFalse()