listeners property

  1. @protected
List<StreamSubscription> listeners
getter/setter pair

The stream controller as returned when clients listen.

Implementation

@protected
List<StreamSubscription> listeners = [];