isNotEmpty property
bool
get
isNotEmpty
True if there's at least one subscriber.
Implementation
bool get isNotEmpty => _subscriptionIdToController.isNotEmpty;
True if there's at least one subscriber.
bool get isNotEmpty => _subscriptionIdToController.isNotEmpty;