And<Example extends IntegrationExample?> constructor

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

Implementation

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