InteractionResult constructor
InteractionResult({
- required PlannedInteraction interaction,
- required bool executed,
- required String outcome,
- ScreenPerformance? performance,
- bool screenChanged = false,
Implementation
InteractionResult({
required this.interaction,
required this.executed,
required this.outcome,
this.performance,
this.screenChanged = false,
});