previousOutput property

Map<String, dynamic>? previousOutput
final

Output from the previous chain step, or null if this is the first step.

Implementation

final Map<String, dynamic>? previousOutput;