writeUndefined method

void writeUndefined()

Undefined writer.

Implementation

void writeUndefined() {
  _out.putByte(0xf7);
  _builderHookImpl(false);
}