ValuableStringOperation constructor

ValuableStringOperation(
  1. Valuable<String> _operand1,
  2. StringOperator _operator,
  3. Valuable<String> _operand2
)

Implementation

ValuableStringOperation(this._operand1, this._operator, this._operand2)
    : super();