history property

List<StepState> get history

Unmodifiable view of step execution history

Implementation

List<StepState<dynamic, dynamic>> get history => List.unmodifiable(_history);