MetricsFailures class

A structure to keep track of failures associated with a given metrics.

Constructors

MetricsFailures(String id, {StringIntDict failures = const <String, int>{}})

Properties

failures StringIntDict
The failures observed for this metrics.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
The identifier of the metrics object associated to the failures.
final
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
toString() String
A string representation of this object.
inherited

Operators

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