hasListener property - StreamController class - dart:async library (original) (raw)

description

bool gethasListener

Whether there is a subscriber on the Stream.

Implementation

bool get hasListener;