TutorialState.idle constructor

const TutorialState.idle()

Implementation

const TutorialState.idle()
    : _currentTutorialIndex = null,
      currentTutorialStep = null,
      status = TutorialStatus.idle;