unsimplified static method
Creates a new calculation with the given name
and arguments
that will not be simplified.
Implementation
@internal
static SassCalculation unsimplified(
String name, Iterable<Object> arguments) =>
SassCalculation._(name, List.unmodifiable(arguments));