TelemetryItem class abstract

A base class for all types of telemetry items.

Implementers
Annotations
  • @immutable

Constructors

TelemetryItem()

Properties

envelopeName String
The Application Insights envelope name used when transmitting telemetry of this type.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime
When the telemetry was created.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize({required TelemetryContext context}) Map<String, dynamic>
Gets a serialized representation of this telemetry.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited