PlatformInstrumentationEventInterface class
abstract
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(String? eventId, int startTime, int endTime, String? name, Map<String, dynamic>? attributes, String? sessionId, int sequenceId, String? senderId, Map<String, dynamic>? senderContext, SchemaType? schemaType, EventType? eventType, ErrorType? errorType, DeviceAppAttributes? deviceAppAttributes, String? connectionType, String? senderParentId, int sessionStartTime, Map<String, dynamic>? page, Map<String, dynamic>? previousPage, Map<String, dynamic>? marks)
→ Future<InstrumentationEvent>
-
-
getAttributes(InstrumentationEvent instance)
→ Future<Map<String, dynamic>?>
-
-
getConnectionType(InstrumentationEvent instance)
→ Future<String?>
-
-
getDeviceAppAttributes(InstrumentationEvent instance)
→ Future<DeviceAppAttributes?>
-
-
getEndTime(InstrumentationEvent instance)
→ Future<int>
-
-
getErrorType(InstrumentationEvent instance)
→ Future<ErrorType?>
-
-
getEventId(InstrumentationEvent instance)
→ Future<String?>
-
-
getEventType(InstrumentationEvent instance)
→ Future<EventType?>
-
-
getMarks(InstrumentationEvent instance)
→ Future<Map<String, dynamic>?>
-
-
getName(InstrumentationEvent instance)
→ Future<String?>
-
-
getPage(InstrumentationEvent instance)
→ Future<Map<String, dynamic>?>
-
-
getPreviousPage(InstrumentationEvent instance)
→ Future<Map<String, dynamic>?>
-
-
getSchemaType(InstrumentationEvent instance)
→ Future<SchemaType?>
-
-
getSenderContext(InstrumentationEvent instance)
→ Future<Map<String, dynamic>?>
-
-
getSenderId(InstrumentationEvent instance)
→ Future<String?>
-
-
getSenderParentId(InstrumentationEvent instance)
→ Future<String?>
-
-
getSequenceId(InstrumentationEvent instance)
→ Future<int>
-
-
getSessionId(InstrumentationEvent instance)
→ Future<String?>
-
-
getSessionStartTime(InstrumentationEvent instance)
→ Future<int>
-
-
getStartTime(InstrumentationEvent instance)
→ Future<int>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited