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