writeNull method

void writeNull()

Implementation

void writeNull() {
  _writeMarker(Markers.Null);
}