Envelope constructor

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

Implementation

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