SourceMapOptions class
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- outputSourceFiles ↔ bool
-
Puts the less files into the map instead of referencing them
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sourceMapBasepath ↔ String
-
Sets sourcemap base path, defaults to current working directory
read / write
- sourceMapFileInline ↔ bool
-
Puts the map (and any less files) into the output css file
read / write
- sourceMapFilename ↔ String
-
read / write
- sourceMapFullFilename ↔ String
-
read / write
- sourceMapInputFilename ↔ String
-
read / write
- sourceMapOutputFilename ↔ String
-
Outputs a v3 sourcemap to the filename (or output filename.map)
read / write
- sourceMapRootpath ↔ String
-
Adds this path onto the sourcemap filename and less file paths
read / write
- sourceMapURL ↔ String
-
Sets a custom URL to map file, for sourceMappingURL comment in generated CSS file
read / write
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