controller property

  1. @protected
  2. @visibleForTesting
StreamController<Iterable<T>> controller
finalinherited

An internal controller used to manage this Stream interface.

Implementation

@protected
@visibleForTesting
final StreamController<T> controller = StreamController();