isEmpty property

bool get isEmpty

Whether the channel buffers no events. See isNotEmpty.

Implementation

bool get isEmpty => _events.isEmpty;