TugInstructionsStep constructor

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

Creates a TugInstructionsStep with the given identifier and title.

Implementation

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