EntryChannel<P> constructor

const EntryChannel<P>(
  1. StateKey to, {
  2. String? label,
})

Constructs a channel for the to state.

Implementation

const EntryChannel(this.to, {this.label});