tutorialSteps property

List<TutorialStep> get tutorialSteps

Returns the list of tutorial steps.

This getter should be implemented to define the sequence of steps that make up the tutorial.

Implementation

List<TutorialStep> get tutorialSteps;