isSubscribed property
bool
get
isSubscribed
Whether anything is subscribed.
hasListeners is protected and can only be surfaced from a subclass, so
asserting "the tracker actually wired this up" needs this.
Implementation
bool get isSubscribed => hasListeners;