Report class
A class that represents a report to be generated after running benchmarks.
Constructors
- Report.new(String name, ReportType type)
-
Creates a new instance of Report.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the report file.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ReportType
-
The type of the report. It is one option from ReportType.
final
Methods
-
generate(
List< CaseResult> scores) → Future<void> -
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