startTime property

DateTime? startTime

Each span has a UTC timestamp describing when it started.

Implementation

DateTime? get startTime;
void startTime=(DateTime? value)

Each span has a UTC timestamp describing when it started.

Implementation

set startTime(DateTime? value);