active property

  1. @override
bool get active
override

Implementation

@override
bool get active => _subscriptions.any((sub) => sub.active);