Envelope constructor
Envelope({
- String? payload,
- String? payloadType,
- List<
EnvelopeSignature> ? signatures,
Implementation
Envelope({
this.payload,
this.payloadType,
this.signatures,
});