operator + method

CodeBuilder operator +(
  1. dynamic any
)

Implementation

CodeBuilder operator +(any) => this.write(any);