ConsoleReporter class
Plain terminal reporter
- Annotations
-
- @Deprecated('will be replaced with LintConsoleAnalyzer in 4.0')
Constructors
- ConsoleReporter(IOSink _output, {bool reportAll = false})
Properties
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