When<Example extends IntegrationExample?> constructor

When<Example extends IntegrationExample?>(
  1. String description,
  2. IntegrationStepCallback<Example> step
)

Implementation

When(String description, IntegrationStepCallback<Example> step)
    : super(
        description: '${IntegrationLog.tag} 👉 When: $description',
        step: step,
      );