PagespeedApiLoadingExperienceV5 class

The CrUX loading experience object that contains CrUX data breakdowns.

Constructors

PagespeedApiLoadingExperienceV5({String? id, String? initialUrl, Map<String, UserPageLoadMetricV5>? metrics, bool? originFallback, String? overallCategory})
PagespeedApiLoadingExperienceV5.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
The url, pattern or origin which the metrics are on.
getter/setter pair
initialUrl String?
The requested URL, which may differ from the resolved "id".
getter/setter pair
metrics Map<String, UserPageLoadMetricV5>?
The map of .
getter/setter pair
originFallback bool?
True if the result is an origin fallback from a page, false otherwise.
getter/setter pair
overallCategory String?
The human readable speed "category" of the id.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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