isEmpty property

bool isEmpty

Checks if there currently are no StreamSubscriptions added

Implementation

bool get isEmpty => _subscriptionsList.isEmpty;