RoutePerformanceMetrics class
Tracks performance metrics for a specific route page
Constructors
- RoutePerformanceMetrics(String routePath)
Properties
-
currentLCPElement
↔ WeakReference<
Element> ? -
getter/setter pair
- fcpReported ↔ bool
-
getter/setter pair
- fcpTime ↔ double
-
getter/setter pair
- fpReported ↔ bool
-
getter/setter pair
- fpTime ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialEvaluatedState ↔ bool
-
getter/setter pair
- largestContentfulPaintSize ↔ double
-
getter/setter pair
- lastReportedLCPTime ↔ double
-
getter/setter pair
- lcpAutoFinalizeTimer ↔ Timer?
-
getter/setter pair
- lcpContentInfo ↔ ContentInfo?
-
getter/setter pair
- lcpReported ↔ bool
-
getter/setter pair
-
getter/setter pair
- routePath → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
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