CompileResult class Null safety Compile
The result of compiling a Sass document to CSS, along with metadata about the compilation process.
- Annotations
Properties
- css → String
-
The compiled CSS.
read-only
- hashCode → int
-
The hash code for this object.
read-only, inherited
-
loadedUrls
→ Set<
Uri> -
The canonical URLs of all stylesheets loaded during compilation.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sourceMap → SingleMapping?
-
The source map indicating how the source files map to css.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited