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