UnusedCodeJsonReporter class

Unused code JSON reporter.

Use it to create reports in JSON format.

Inheritance

Constructors

UnusedCodeJsonReporter(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<UnusedCodeFileReport> records, {UnusedCodeReportParams? additionalParams}) → Future<void>
override
toString() → String
A string representation of this object.
inherited

Operators

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