ConsoleReporter class

Plain terminal reporter

Annotations
  • @Deprecated('will be replaced with LintConsoleAnalyzer in 4.0')

Constructors

ConsoleReporter(IOSink _output, {bool reportAll = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
reportAll bool
If true will report info about all files even if they're not above warning threshold
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
report(Iterable<FileReport> records) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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