hasReaders property
bool
get
hasReaders
Whether the channel has readers.
Implementation
bool get hasReaders => _readers.isNotEmpty;
Whether the channel has readers.
bool get hasReaders => _readers.isNotEmpty;