math_expressions
math_expressions
Literal
isConstant
isConstant
math_expressions
math_expressions
Literal
isConstant
method
isConstant
Source
math_expressions
math_expressions
Literal
Constructors
Literal
Properties
hashCode
runtimeType
value
Operators
operator *
operator +
operator -
operator /
operator ==
operator unary-
operator ^
Methods
derive
evaluate
getConstantValue
isConstant
noSuchMethod
simplify
toString
bool
isConstant
(
)
Returns true, if this literal is a constant.
Source
bool isConstant() => false;