CliReporter class
Formats and prints a ProjectDiagnosis to the terminal.
Constructors
- CliReporter({bool verbose = false})
-
Creates a CliReporter.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printProject(
ProjectDiagnosis d) → void - Prints the full project diagnosis: header, summary, per-package details, and a footer with the overall verdict.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited