Then<Example extends IntegrationExample?> constructor
Then<Example extends IntegrationExample?> (
- String description,
- IntegrationStepCallback<
Example> step
Implementation
Then(String description, IntegrationStepCallback<Example> step)
: super(
description: '${IntegrationLog.tag} 👉 Then: $description',
step: step,
);