MetricSavings class

The metric savings of the audit.

Constructors

MetricSavings.new({double? CLS, double? FCP, double? INP, double? LCP, double? TBT})
MetricSavings.fromJson(Map json_)

Properties

CLS double?
Optional numeric value representing the audit's savings for the CLS metric.
getter/setter pair
FCP double?
Optional numeric value representing the audit's savings for the FCP metric.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
INP double?
Optional numeric value representing the audit's savings for the INP metric.
getter/setter pair
LCP double?
Optional numeric value representing the audit's savings for the LCP metric.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
TBT double?
Optional numeric value representing the audit's savings for the TBT metric.
getter/setter pair

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