CalculationInterpolation class Value

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

Constructors

CalculationInterpolation(String _value)

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
We use a getters to allow overriding the logic in the JS API implementation.
no setter

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