noOp property

Importer noOp
final

An importer that never imports any stylesheets.

This is used for stylesheets which don't support relative imports, such as those created from Dart code with plain strings.

Implementation

static final Importer noOp = NoOpImporter();