targetId property

String get targetId

The primary id of the step being waited for. A step may spotlight several targets (HintStep.targetIds) — the step becomes active only when ALL of them are present.

Implementation

String get targetId => tour.steps[stepIndex].targetId;