CalculationInterpolation class
A deprecated representation of a string injected into a SassCalculation using interpolation.
This only exists for backwards-compatibility with an older version of Dart
Sass. It's now equivalent to creating a SassString
whose value is wrapped
in parentheses.
- Annotations
-
- @Deprecated("Use SassString instead.")
- @sealed
Constructors
- CalculationInterpolation(String _value)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override