MessageEvent class

An event describing a message sent/received between Spans.

Constructors

MessageEvent({String? compressedSizeBytes, String? id, String? type, String? uncompressedSizeBytes})
MessageEvent.fromJson(Map json_)

Properties

compressedSizeBytes ↔ String?
The number of compressed bytes sent or received.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
id ↔ String?
An identifier for the MessageEvent's message that can be used to match SENT and RECEIVED MessageEvents.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type ↔ String?
Type of MessageEvent.
getter/setter pair
uncompressedSizeBytes ↔ String?
The number of uncompressed bytes sent or received.
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