TraceEvents enum
Represents a trace event.
Values
- onRequest → const TraceEvents
-
The onRequest event. This event is triggered when a onRequest hook has been executed. Each onRequest hook has its own event.
- onParse → const TraceEvents
-
The onParse event. This event is triggered when a parse has been executed.
- onMiddleware → const TraceEvents
-
The onMiddleware event. This event is triggered when a middleware has been executed. Each middleware has its own event.
- onBeforeHandle → const TraceEvents
-
The onBeforeHandle event. This event is triggered when a before handle has been executed. Each before handle has its own event.
- onHandle → const TraceEvents
-
The onHandle event. This event is triggered when a handle has been executed. Each handle has its own event.
- onAfterHandle → const TraceEvents
-
The onAfterHandle event. This event is triggered when an after handle has been executed. Each after handle has its own event.
- onResponse → const TraceEvents
-
The onResponse event. This event is triggered when a response has been sent. Each response has its own event.
- onRequestReceived → const TraceEvents
-
The onRequestReceived event. This event is triggered when a request is received. �
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
TraceEvents> - A constant List of the values in this enum, in order of their declaration.