ProcessingResult class

Result of file processing

Constructors

ProcessingResult({required List<FileInfo> files, required List<FileInfo> ignoredFiles, required Map<String, int> ignoreReasons})
const

Properties

files → List<FileInfo>
final
hashCode → int
The hash code for this object.
no setterinherited
ignoredFiles → List<FileInfo>
final
ignoreReasons → Map<String, int>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
totalBytes → int
no setter
totalIgnored → int
no setter
totalProcessed → int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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