PerformanceNavigationTiming class Null safety
- Inheritance
- Object
- PerformanceEntry
- PerformanceResourceTiming
- PerformanceNavigationTiming
- Annotations
- @Native("PerformanceNavigationTiming")
Properties
- connectEnd → num
-
read-only, inherited
- connectStart → num
-
read-only, inherited
- decodedBodySize → int?
-
read-only, inherited
- domainLookupEnd → num?
-
read-only, inherited
- domainLookupStart → num?
-
read-only, inherited
- domComplete → num?
-
read-only
- domContentLoadedEventEnd → num?
-
read-only
- domContentLoadedEventStart → num?
-
read-only
- domInteractive → num?
-
read-only
- duration → num
-
read-only, inherited
- encodedBodySize → int?
-
read-only, inherited
- entryType → String
-
read-only, inherited
- fetchStart → num?
-
read-only, inherited
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- initiatorType → String?
-
read-only, inherited
- loadEventEnd → num?
-
read-only
- loadEventStart → num?
-
read-only
- name → String
-
read-only, inherited
- nextHopProtocol → String?
-
read-only, inherited
- redirectCount → int?
-
read-only
- redirectEnd → num?
-
read-only, inherited
- redirectStart → num?
-
read-only, inherited
- requestStart → num?
-
read-only, inherited
- responseEnd → num?
-
read-only, inherited
- responseStart → num?
-
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- secureConnectionStart → num?
-
read-only, inherited
-
serverTiming
→ List<
PerformanceServerTiming> ? -
read-only, inherited
- startTime → num
-
read-only, inherited
- transferSize → int?
-
read-only, inherited
- type → String?
-
read-only
- unloadEventEnd → num?
-
read-only
- unloadEventStart → num?
-
read-only
- workerStart → num?
-
read-only, inherited
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