writeNull method

void writeNull()

Null writer.

Implementation

void writeNull() {
  _writeNull();
  _builderHookImpl(false);
}