StsInstructionsStep constructor

StsInstructionsStep({
  1. required String identifier,
  2. required String title,
})

Creates an instructions step for the STS test.

identifier is the unique step identifier. title is the title displayed to the user.

Implementation

StsInstructionsStep({required super.identifier, required super.title});