CLIOutput class

CLI output formatter class

Constructors

CLIOutput({bool noColor = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
noColor bool
Whether colors are disabled
final
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
printBackupCreated() → void
Print backup creation success message
printBackupRestored() → void
Print backup restoration success message
printDryRunResults(AnalysisResult result) → void
Print analysis results in dry-run format
printError(String message) → void
Print error message
printInfo(String message) → void
Print info message
printSuccess(String message) → void
Print success message
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited