childSpanCount property

int? childSpanCount
getter/setter pair

An optional number of child spans that were generated while this span was active.

If set, allows implementation to detect missing child spans.

Implementation

core.int? childSpanCount;