allChildren property

Iterable<LogSpan> get allChildren

All direct children of this span.

Override in subclasses to provide children. Returns an empty iterable by default (for leaf spans).

Implementation

Iterable<LogSpan> get allChildren => const [];