isEmpty property
bool
get
isEmpty
Checks if there currently are no StreamSubscriptions added
Implementation
bool get isEmpty => _subscriptionsList.isEmpty;
Checks if there currently are no StreamSubscriptions added
bool get isEmpty => _subscriptionsList.isEmpty;