Impact class

The anomaly's dollar value.

Constructors

Impact({required double maxImpact, double? totalImpact})
Impact.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxImpact double
The maximum dollar value observed for an anomaly.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalImpact double?
The cumulative dollar value observed for an anomaly.
final

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