initEmpty method

void initEmpty()

Initialize to a null Envelope.

Implementation

void initEmpty() {
  setToNull();
}