DependencyReport class final
A struct of different types of dependencies a Sass stylesheet can contain.
Properties
-
all
→ Set<
Uri> -
An unmodifiable set of all URLs in uses, forwards, metaLoadCss, and
imports.
no setter
-
forwards
→ Set<
Uri> -
An unmodifiable set of all
@forward
ed URLs in the stylesheet (excluding built-in modules).final - hashCode → int
-
The hash code for this object.
no setterinherited
-
imports
→ Set<
Uri> -
An unmodifiable set of all dynamically
@import
ed URLs in the stylesheet.final -
metaLoadCss
→ Set<
Uri> -
An unmodifiable set of all URLs loaded by
meta.load-css()
calls with static string arguments outside of mixins.final -
modules
→ Set<
Uri> -
An unmodifiable set of all URLs in uses, forwards, and metaLoadCss.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
uses
→ Set<
Uri> -
An unmodifiable set of all
@use
d URLs in the stylesheet (excluding built-in modules).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