FirstRunFlowEvent constructor
const
FirstRunFlowEvent({
- required FirstRunFlowEventType type,
- required int stepIndex,
- required int totalSteps,
- required FirstRunStep step,
- required DateTime timestamp,
Creates a flow event.
Implementation
const FirstRunFlowEvent({
required this.type,
required this.stepIndex,
required this.totalSteps,
required this.step,
required this.timestamp,
});