BasicNetworkEvent class
Network events
Constructors
Properties
- duration → int
-
duration
created based on event start and result, usually is 0 exceptfinalinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- httpRequestMethod → String
-
Request method e.g GET POST
final
- networkProtocolName → String
-
Protocol e.g http or https
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceType → String
-
sourceType
is "flutter" for all types of eventsfinalinherited - spanId → String
-
Generated random hex string for span id HttpClientUtils
final
- startTime → int
-
startTime
is timestamp when event startfinalinherited - traceId → String
-
Generated random hex string for trace id HttpClientUtils
final
- urlFull → String
-
Full url
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJsonString(
) → String -
Function to create json representation.
inherited
-
toMap(
) → Map< String, dynamic> - Converts Basic Event to map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited