input<TInput extends Object> method
- @protected
- TInput input
Adds an input value to the logic block's internal input queue.
Implementation
@protected
void input<TInput extends Object>(TInput input) =>
_internalState.input(input);