isEmpty property

bool get isEmpty

Checks if there currently are no StreamSubscriptions added

Implementation

bool get isEmpty => _subscriptionsList.isEmpty;