sourceMap property

SingleMapping? get sourceMap

The source map indicating how the source files map to css.

This is null if source mapping was disabled for this compilation.

Implementation

SingleMapping? get sourceMap => _serialize.sourceMap;