getEnvelopeInternal method

Envelope getEnvelopeInternal()

Implementation

Envelope getEnvelopeInternal() {
  envelope ??= computeEnvelopeInternal();
  return Envelope.from(envelope!);
}