emitsNothing top-level property

StreamMatcher emitsNothing
final

Implementation

final StreamMatcher emitsNothing = StreamMatcher(
    (queue) async => (await queue.hasNext) ? '' : null, 'emit none');