isEmptyStream top-level property

StreamMatcher isEmptyStream
final

Implementation

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