TimeEvent class
A time-stamped annotation or message event in the Span.
Constructors
- TimeEvent({Annotation? annotation, MessageEvent? messageEvent, String? time})
- TimeEvent.fromJson(Map json_)
Properties
- annotation ↔ Annotation?
-
Text annotation with a set of attributes.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageEvent ↔ MessageEvent?
-
An event describing a message sent/received between Spans.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time ↔ String?
-
The timestamp indicating the time the event occurred.
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