traces property

  1. @TagNumber.new(5)
List<Trace> get traces

Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.

Implementation

@$pb.TagNumber(5)
$core.List<Trace> get traces => $_getList(3);