isNotEmpty top-level property

Matcher get isNotEmpty

Matches if terminal is not empty

Implementation

Matcher get isNotEmpty => isNot(isEmpty);