targets property

  1. @TagNumber.new(4)
PbList<String> get targets

Ordered list of targets called during the execution. The order of the targets in this list defines the order of execution. If one of the targets fails, depending on the target's type and settings, the execution might be interrupted and the following targets will not be called.

Implementation

@$pb.TagNumber(4)
$pb.PbList<$core.String> get targets => $_getList(3);