Headers constructor

const Headers({
  1. HeaderOperations? request,
  2. HeaderOperations? response,
})

The main constructor.

Implementation

const Headers({
  this.request,
  this.response,
});