PerformanceResourceTiming class
- Inheritance
-
- Object
- PerformanceEntry
- PerformanceResourceTiming
- Implementers
- Annotations
-
- @Native("PerformanceResourceTiming")
Properties
- connectEnd â num
-
no setter
- connectStart â num
-
no setter
- decodedBodySize â int?
-
no setter
- domainLookupEnd â num?
-
no setter
- domainLookupStart â num?
-
no setter
- duration â num
-
no setterinherited
- encodedBodySize â int?
-
no setter
- entryType â String
-
no setterinherited
- fetchStart â num?
-
no setter
- hashCode â int
-
The hash code for this object.
no setterinherited
- initiatorType â String?
-
no setter
- name â String
-
no setterinherited
- nextHopProtocol â String?
-
no setter
- redirectEnd â num?
-
no setter
- redirectStart â num?
-
no setter
- requestStart â num?
-
no setter
- responseEnd â num?
-
no setter
- responseStart â num?
-
no setter
- runtimeType â Type
-
A representation of the runtime type of the object.
no setterinherited
- secureConnectionStart â num?
-
no setter
-
serverTiming
â List<
PerformanceServerTiming> ? -
no setter
- startTime â num
-
no setterinherited
- transferSize â int?
-
no setter
- workerStart â num?
-
no setter
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