isNotEmpty property

bool get isNotEmpty

True if there's at least one subscriber.

Implementation

bool get isNotEmpty => _subscriptionIdToController.isNotEmpty;