addNull method

void addNull()

Add null to this Sink.

Implementation

void addNull() => add(null);