operator + method

FutureOr<ASTValue> operator +(
  1. ASTValue other
)

Implementation

FutureOr<ASTValue> operator +(ASTValue other) =>
    throw UnsupportedValueOperationError('+');