spans property

List<Span>? spans
getter/setter pair

A list of new spans.

The span names must not match existing spans, otherwise the results are undefined.

Required.

Implementation

core.List<Span>? spans;