ReportSummary class
Describes the Summary view of a Report, which contains aggregated values for all the groups and preference sets included in this Report.
Constructors
-
ReportSummary({ReportSummaryAssetAggregateStats? allAssetsStats, List<
ReportSummaryGroupFinding> ? groupFindings}) - ReportSummary.fromJson(Map json_)
Properties
- allAssetsStats ↔ ReportSummaryAssetAggregateStats?
-
Aggregate statistics for all the assets across all the groups.
getter/setter pair
-
groupFindings
↔ List<
ReportSummaryGroupFinding> ? -
Findings for each Group included in this report.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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