Envelope.empty constructor

Envelope.empty()

Creates a null Envelope.

Implementation

Envelope.empty() {
  initEmpty();
}