isNotEmpty property

bool get isNotEmpty

Whether the channel contains events.

Implementation

bool get isNotEmpty => _events.isNotEmpty;