isNotEmpty property

bool isNotEmpty

Checks if there currently are StreamSubscriptions added

Implementation

bool get isNotEmpty => _subscriptions.isNotEmpty;