StepSseEvent constructor

const StepSseEvent(
  1. String type,
  2. dynamic step
)

Implementation

const StepSseEvent(super.type, this.step);