InstrumentationEventBuilder class
Constructors
Properties
Methods
-
attributes(
Map< String, dynamic> ? attributes) → Future<InstrumentationEventBuilder> -
dispose(
) → void -
Manually call Finalizer.detach for this
Reference.inherited -
endTime(
int endTime) → Future< InstrumentationEventBuilder> -
errorType(
ErrorType? errorType) → Future< InstrumentationEventBuilder> -
eventType(
EventType? eventType) → Future< InstrumentationEventBuilder> -
marks(
Map< String, dynamic> ? marks) → Future<InstrumentationEventBuilder> -
name(
String? name) → Future< InstrumentationEventBuilder> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
page(
Map< String, dynamic> ? page) → Future<InstrumentationEventBuilder> -
previousPage(
Map< String, dynamic> ? previousPage) → Future<InstrumentationEventBuilder> -
schemaType(
SchemaType? schemaType) → Future< InstrumentationEventBuilder> -
senderContext(
Map< String, dynamic> ? senderContext) → Future<InstrumentationEventBuilder> -
senderId(
String? senderId) → Future< InstrumentationEventBuilder> -
senderParentId(
String? senderParentId) → Future< InstrumentationEventBuilder> -
sessionId(
String? sessionId) → Future< InstrumentationEventBuilder> -
sessionStartTime(
int sessionStartTime) → Future< InstrumentationEventBuilder> -
startTime(
int startTime) → Future< InstrumentationEventBuilder> -
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(
{required AnalyticsManager analyticsManager}) → Future< InstrumentationEventBuilder>