ImporterResult class
The result of importing a Sass stylesheet, as returned by Importer.load.
- Annotations
-
- @sealed
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.
no setterinherited
- isIndented → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceMapUrl → Uri
-
An absolute, browser-accessible URL indicating the resolved location of
the imported stylesheet.
no setter
- 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