traceState property
The trace_state associated with the link.
Implementation
@$pb.TagNumber(3)
$core.String get traceState => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set traceState($core.String value) => $_setString(2, value);
The trace_state associated with the link.
@$pb.TagNumber(3)
$core.String get traceState => $_getSZ(2);
@$pb.TagNumber(3)
set traceState($core.String value) => $_setString(2, value);