MissingOperatorOperandException constructor

const MissingOperatorOperandException(
  1. String operator
)

Creates a new Missing Operator Operand Exception

Implementation

const MissingOperatorOperandException(this.operator);