hasListener property - StreamController class - dart:async library (original) (raw)
bool gethasListener
Whether there is a subscriber on the Stream.
Implementation
bool get hasListener;
bool gethasListener
Whether there is a subscriber on the Stream.
bool get hasListener;