targetIds property
All target ids of the step: the primary targetId + moreTargets.
Implementation
List<String> get targetIds => [targetId, ...moreTargets];
All target ids of the step: the primary targetId + moreTargets.
List<String> get targetIds => [targetId, ...moreTargets];