getChildren method

Iterable<Span> getChildren(
  1. String parentSpanId
)

Implementation

Iterable<Span> getChildren(String parentSpanId) {
  return _childSpans[parentSpanId] ?? [];
}