UnusedFilesJsonReporter class
Unused files JSON reporter.
Use it to create reports in JSON format.
- Inheritance
-
- Object
- Reporter<
UnusedFilesFileReport, UnusedFilesReportParams> - UnusedFilesJsonReporter
Constructors
- UnusedFilesJsonReporter(IOSink output)
-
const
Properties
- formatVersion → int
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- output → IOSink
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getTimestamp(
) → String -
Returns a string representation of a timestamp.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
report(
Iterable< UnusedFilesFileReport> records, {UnusedFilesReportParams? additionalParams}) → Future<void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited