MathOperationFromValues constructor
MathOperationFromValues({})
Implementation
MathOperationFromValues({
required this.values,
required this.index1,
required this.index2,
required this.operator,
});
MathOperationFromValues({
required this.values,
required this.index1,
required this.index2,
required this.operator,
});