Breakdown class

A detailed impact breakdown for a group of regions where the impact of the issue on different shopping destinations is the same.

Constructors

Breakdown({List<String>? details, List<BreakdownRegion>? regions})
Breakdown.fromJson(Map json_)

Properties

details List<String>?
Human readable, localized description of issue's effect on different targets.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
regions List<BreakdownRegion>?
Lists of regions.
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