isEmpty property
bool
get
isEmpty
True if there are no subscriptions.
Implementation
bool get isEmpty => _subscriptionIdToController.isEmpty;
True if there are no subscriptions.
bool get isEmpty => _subscriptionIdToController.isEmpty;