EntryChannel<P> constructor
const
EntryChannel<P> (
- StateKey to, {
- String? label,
Constructs a channel for the to state.
Implementation
const EntryChannel(this.to, {this.label});