copy method

Envelope copy()

Creates a copy of this envelope object.

@return a copy of this envelope

Implementation

Envelope copy() {
  return Envelope.fromEnvelope(this);
}