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