Envelope constructor

Envelope({
  1. required Body body,
  2. Header? header,
})

Implementation

Envelope({required this.body, this.header});