Record class

Record is a single Chrome UX report data record.

It contains use experience statistics for a single url pattern and set of dimensions.

Constructors

Record({CollectionPeriod? collectionPeriod, Key? key, Map<String, Metric>? metrics})
Record.fromJson(Map json_)

Properties

collectionPeriod CollectionPeriod?
The collection period indicates when the data reflected in this record was collected.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key Key?
Key defines all of the unique querying parameters needed to look up a user experience record.
getter/setter pair
metrics Map<String, Metric>?
Metrics is the map of user experience data available for the record defined in the key field.
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