MathOperationFromValues class

Inheritance

Constructors

MathOperationFromValues({required List<Operation> values, required int index1, required int index2, required Operator operator})

Properties

hashCode int
The hash code for this object.
no setterinherited
index1 int
final
index2 int
final
operator Operator
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformedIndex int
no setter
transformedValues List<Operation>
no setter
value num
no setteroverride
values List<Operation>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString({dynamic noParentheses = false}) String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited