menu
pocketflow package
documentation
pocketflow_extensions.dart
StreamingBatchFlow<TIn, TOut>
nodes property
nodes property
dark_mode
light_mode
nodes
property
List
<
BaseNode
>
nodes
final
The list of nodes in the flow.
Implementation
final List<BaseNode> nodes;
pocketflow package
documentation
pocketflow_extensions
StreamingBatchFlow<TIn, TOut>
nodes property
StreamingBatchFlow class