TimeEvents class
A collection of TimeEvent
s.
A TimeEvent
is a time-stamped annotation on the span, consisting of either
user-supplied key:value pairs, or details of a message sent/received between
Spans.
Constructors
-
TimeEvents({int? droppedAnnotationsCount, int? droppedMessageEventsCount, List<
TimeEvent> ? timeEvent}) - TimeEvents.fromJson(Map json_)
Properties
- droppedAnnotationsCount ↔ int?
-
The number of dropped annotations in all the included time events.
getter/setter pair
- droppedMessageEventsCount ↔ int?
-
The number of dropped message events in all the included time events.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
timeEvent
↔ List<
TimeEvent> ? -
A collection of
TimeEvent
s.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited