operator property
CalculationOperator
get
operator
We use a getters to allow overriding the logic in the JS API implementation. The operator.
Implementation
/// The operator.
CalculationOperator get operator => _operator;