ThenScenarioStepData constructor

ThenScenarioStepData(
  1. String description,
  2. String status
)

Implementation

ThenScenarioStepData(super.description, super.status);