getOper method

  1. @override
String getOper()
override

Gets the String that is used to denote the operator in the expression.

Returns the String that is used to denote the operator in the expression.

Implementation

@override
String getOper() {
  return oper;
}