BlocEventChannel constructor

BlocEventChannel([
  1. BlocEventChannel? _parentChannel
])

_parentChannel is the parent of this channel. This can only be set in the constructor to ensure that the BlocEventChannel tree does in fact remain a tree with no cycles.

Implementation

BlocEventChannel([this._parentChannel]);