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