Then<Example extends IntegrationExample?> constructor

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

Implementation

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