isEmpty property

bool get isEmpty

True if there are no subscriptions.

Implementation

bool get isEmpty => _subscriptionIdToController.isEmpty;