isNotEmptyStream top-level property

StreamMatcher isNotEmptyStream
final

Implementation

final StreamMatcher isNotEmptyStream = StreamMatcher(
    (queue) async => (!await queue.hasNext) ? '' : null, 'be not empty');