CompileResult class

The result of a compile call.

Properties

compilerOutputLines Iterable<String>
All output from the compiler, typically this would contain errors or warnings.
final
dillOutput String?
The produced dill output file, this will either be a full dill file, an incremental dill file, or null if no file was produced.
final
errorCount int
The total count of errors, details should appear in compilerOutputLines.
final
hashCode int
The hash code for this object.
no setterinherited
jsManifestOutput String?
A JSON manifest containing offsets for the sources and source maps in the jsSourcesOutput and jsSourceMapsOutput files.
no setter
jsSourceMapsOutput String?
A single file containing all source maps for all JS outputs.
no setter
jsSourcesOutput String?
A single file containing all JS outputs.
no setter
newSources Iterable<Uri>
All the transitive source dependencies that were added as a part of this compile.
final
removedSources Iterable<Uri>
All the transitive source dependencies that were removed as a part of this compile.
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
toString() String
A string representation of this object.
inherited

Operators

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