InstrumentationEvent class

Constructors

InstrumentationEvent(String id)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Reference ID generated on native side.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Manually call Finalizer.detach for this Reference.
inherited
getAttributes() Future<Map<String, dynamic>?>
getConnectionType() Future<String?>
getDeviceAppAttributes() Future<DeviceAppAttributes?>
getEndTime() Future<int>
getErrorType() Future<ErrorType?>
getEventId() Future<String?>
getEventType() Future<EventType?>
getMarks() Future<Map<String, dynamic>?>
getName() Future<String?>
getPage() Future<Map<String, dynamic>?>
getPreviousPage() Future<Map<String, dynamic>?>
getSchemaType() Future<SchemaType?>
getSenderContext() Future<Map<String, dynamic>?>
getSenderId() Future<String?>
getSenderParentId() Future<String?>
getSequenceId() Future<int>
getSessionId() Future<String?>
getSessionStartTime() Future<int>
getStartTime() Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Return a string representation of current class type and reference id.
inherited

Operators

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

Static Methods

create({String? eventId, int startTime = 0, int endTime = 0, String? name, Map<String, dynamic>? attributes, String? sessionId, int sequenceId = 0, String? senderId, Map<String, dynamic>? senderContext, SchemaType? schemaType, EventType? eventType, ErrorType? errorType, DeviceAppAttributes? deviceAppAttributes, String? connectionType, String? senderParentId, int sessionStartTime = 0, Map<String, dynamic>? page, Map<String, dynamic>? previousPage, Map<String, dynamic>? marks}) Future<InstrumentationEvent>