menu
data_manage package
documentation
chain.dart
ChainStep<Input, Output>
outputType property
outputType property
dark_mode
light_mode
outputType
property
Type
get
outputType
Type of output data this step produces
Implementation
Type get outputType => Output;
data_manage package
documentation
chain
ChainStep<Input, Output>
outputType property
ChainStep class