PerformanceResourceTiming class

Inheritance
Implemented by
Annotations
  • @Native("PerformanceResourceTiming")

Properties

connectEnd → num
final
connectStart → num
final
decodedBodySize → int
final
domainLookupEnd → num
final
domainLookupStart → num
final
encodedBodySize → int
final
fetchStart → num
final
initiatorType → String
final
nextHopProtocol → String
final
redirectEnd → num
final
redirectStart → num
final
requestStart → num
final
responseEnd → num
final
responseStart → num
final
secureConnectionStart → num
final
serverTiming → List<PerformanceServerTiming>
final
transferSize → int
final
workerStart → num
final
duration → num
final, inherited
entryType → String
final, inherited
hashCode → int
The hash code for this object. [...]
read-only, inherited
name → String
final, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
startTime → num
final, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited