targetIds property

List<String> get targetIds

All target ids of the step: the primary targetId + moreTargets.

Implementation

List<String> get targetIds => [targetId, ...moreTargets];