ImporterResult class Importer

The result of importing a Sass stylesheet, as returned by Importer.load.

Annotations

Constructors

ImporterResult(String contents, {Uri? sourceMapUrl, Syntax? syntax, @Deprecated("Use the syntax parameter instead.") bool? indented})
Creates a new ImporterResult.

Properties

contents String
The contents of the stylesheet.
final
hashCode int
The hash code for this object.
read-onlyinherited
isIndented bool
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sourceMapUrl Uri
An absolute, browser-accessible URL indicating the resolved location of the imported stylesheet.
read-only
syntax Syntax
The syntax to use to parse the stylesheet.
final

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