PerformanceTiming class Null safety

Annotations
  • @Unstable()
  • @Native("PerformanceTiming")

Properties

connectEnd int
read-only
connectStart int
read-only
domainLookupEnd int
read-only
domainLookupStart int
read-only
domComplete int
read-only
domContentLoadedEventEnd int
read-only
domContentLoadedEventStart int
read-only
domInteractive int
read-only
domLoading int
read-only
fetchStart int
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
loadEventEnd int
read-only
loadEventStart int
read-only
read-only
redirectEnd int
read-only
redirectStart int
read-only
requestStart int
read-only
responseEnd int
read-only
responseStart int
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
secureConnectionStart int
read-only
unloadEventEnd int
read-only
unloadEventStart int
read-only

Methods

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

Operators

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