startTime property

DateTime? get startTime

Each span has a UTC timestamp describing when it started.

Implementation

DateTime? get startTime;
set startTime (DateTime? value)

Each span has a UTC timestamp describing when it started.

Implementation

set startTime(DateTime? value);