Flutter
cassowary
Term
Term
Term
Flutter
cassowary
Term
Term
constructor
Term
Source
Flutter
cassowary
Term
Constructors
Term
Properties
coefficient
isConstant
value
variable
hashCode
runtimeType
Operators
operator *
operator +
operator -
operator /
operator <=
operator ==
operator >=
Methods
asExpression
toString
equals
noSuchMethod
Term
(
Variable
variable
,
double
coefficient
)
Creates term with the given
Variable
and coefficient.
Source
Term(this.variable, this.coefficient);