TSimpleOperation constructor
const
TSimpleOperation({})
Constructs a new TSimpleOperation
instance with the given operands,
operator, and result.
Implementation
const TSimpleOperation({
this.operands = const <String>[],
this.operator,
this.result,
this.isLastOperandPercent = false,
});