hasReaders property

bool get hasReaders

Whether the channel has readers.

Implementation

bool get hasReaders => _readers.isNotEmpty;