ListController(RemoteNode node, Requester requester)

Source

ListController(this.node, this.requester) {
  _controller = new BroadcastStreamController<RequesterListUpdate>(
      onStartListen, _onAllCancel, _onListen);
}