span property

Span? get span

Get the api.Span attached to this Context, or null if no such api.Span exists.

Implementation

api.Span? get span => getValue(spanKey);