close method

void close()

Closes this builder on demand.

Implementation

void close() {
  _done = true;
  _streamer.close();
  _state.dispose();
}