CompileResult class Compile

The result of compiling a Sass document to CSS, along with metadata about the compilation process.

Annotations
  • @sealed

Properties

css String
The compiled CSS.
no setter
hashCode int
The hash code for this object.
no setterinherited
loadedUrls Set<Uri>
The canonical URLs of all stylesheets loaded during compilation.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceMap → SingleMapping?
The source map indicating how the source files map to css.
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