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