dependencyTargets property

List<Target>? dependencyTargets
getter/setter pair

A list of actions that this action depends on.

Implementation

core.List<Target>? dependencyTargets;