isTrue top-level constant

const isTrue = const _IsTrue()

A matcher that matches the Boolean value true.

Implementation

const Matcher isTrue = const _IsTrue()