StsInstructionsStep constructor
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});